Forum Moderators: open
(I admit that was cheesey)
Recently reading up on XML and I am curious as to what XML languages you find yourselves using and at what frequency do you use them. SO many are available and I want to FOCUS my energies.
Listed below is a list of XML languages I have heard of, add to it if you know any others:
XHTML (of course) MathML, SMIL, SVG, RDF, XSL, BML, XUL, VoiceXML, SOAP, UIML, and WML
Thanks
maybe more of standards rather than 'languages' but there you go ;)
Nick
You can have your text marked up as something like this:
<forum type="really cool">
<name>Webmaster world</name>
<owner>brett</owner>
</forum>
and then parse it using xslt to display it as html, text, or whatever depending on whatever decision making logic you choose to implement.
I'm trying to persuede my host company to recompile so that I can store my articles in docbook (hey there's anther!) format and either display as html or text for emailing the articles.
Very exciting stuff if you like that kind of thing ;)
Nick