A Bunch Of XML Recommendations 22
KjetilK writes "During the past couple of days, the World Wide Web Consortium, have advanced several core XML-specifications to Recommendations. You have the
Extensible Markup Language (XML)
1.1 and Namespaces in
XML 1.1 as well as XML 1.0 Third Edition. In addition, XML Infoset Second Edition is now a Recommendation and VoiceXML 2.0 is now Proposed Recommendation."
My recommendation (Score:3, Funny)
use csv
Re:My recommendation (Score:2, Funny)
Having fun with TLAs... (Score:1, Offtopic)
Re:Having fun with TLAs... (Score:1, Offtopic)
Re:Having fun with TLAs... (Score:1)
I have no idea *what* you're talking about
in any case, I really meant tab delimited not csv as such
well, any plain text will do
we're waiting for the ultimate : java bytecode as XML
Re:Having fun with TLAs... (Score:1, Offtopic)
File that under "failed attempt at being funny" *sigh* Next time will be better, I promise
go standards! (Score:5, Interesting)
Until they bring out XML 1.1 of course, and now half the apps will be 1.0 complient, and the other half 1.1, therefore destroying the main purpose of XML.
I'm not saying that this update wasn't probably necessary or useful, but all those people who were using XML because "Its the most standardist standard of all time!" should probably take note.
Re:go standards! (Score:1)
>single application can communicate with every other application from
>now till the end of time"
Well, many people thinks so. But XML sucks [xmlsucks.org] in many of its current use.
Re:go standards! (Score:5, Informative)
XML 1.1 Not necessarily a good idea (Score:2, Informative)
Re:XML 1.1 Not necessarily a good idea (Score:3, Informative)
And it's not Chinese or Japanese or Korean, it's more esoteric languages like Mongolian, Yi, Cambodian, etc. And the benefit only applies to element and attribute NAMES - you can already use these characters in text VALUES in XML 1.0.
XML 1.1 also helps people who use IBM mainframes, or who interoperate with them.
caveat emptor (Score:3, Interesting)
standard to end all standards
I love standards. And XML, too.
But isn't there enough room in hidden DTD's and XSL to drive a semi tractor trailer full of NonStandards?
Re:caveat emptor (Score:1)
Don't stop on XML, go with RDF (Score:4, Insightful)
I always use at least XML-Schema. But also, I whenever I see that semantic of files has to be defined as well - I go with RDF.
The main reason is the same as with XML instead of old-style config files: you don't want data logic to be hardcoded into your application unless it's in application requirements.
One of the best examples is GUI configuration in Mozilla. The framework "knows" how to display GUI elements, while RDF "knows" what to display. If you would try to do it with XML without RDF, very soon your framework would "know" too much of WHAT to display - but that is was not in the framework requirements, therfore it must "outsourced" to RDF.
XML 1.1 incompatibility (Score:5, Informative)
Re:XML 1.1 incompatibility (Score:4, Informative)
Yeah, IBM, should have made the change anyway. But we all how hard it is to change a technical direction once a lot of effort has been put into it. Look at the groddy UI at Slashdot. Look at all the web presence providers (including mine!) who won't upgrade to a taint-safe version of Perl because it would break too much of their code. The examples are endless. You may not sympathize, but you damn well should understand.
We don't need no stinkin' 1.1 (Score:3, Funny)
<?xml version="1.1" encoding="UTF-8"?>
<መጽሐፋ
<አርእስት>የ
<ምዕራፋ&n
<አር
<ቤት ዌጥር="፩">
  ; የዳዊት ልጅ፣ የአከርሃም ልጅ የሁ ነው የኢየሱሰ ; ከርሰቶሰ ; የትው ልድ ሐረግ የሚከተለው&nbs p; ነው፤
</ቤት>
<ቤ
አከ&
ይሰ. 24;ቅ ያዕቆብነ ; ወለደ፤
ያዕ. 78;ብ ይሁዳነና ; ወነድሞቹነ ወለደ፤
</ቤት>
</ምዕራፋ>
</መጽ ሐፋ>
Sheesh, really.
Well, the only thing I haven't been able to figure out is why they did that thing with the NEL or whatever weird carriage return marker.
What I would like (Score:1)
Suggestions...?
Re:What I would like (Score:2)
If it's at all possible to use schemas instead of DTDs in an application, I'd recommend doing so. Schemas are much more powerful and expressive. DTDs are an abomination.
Actual use. (Score:1)
If you're using OWL... (Score:1, Offtopic)
Many of the tools from the DAML [daml.org] project have already moved over to SemWebCentral; it's definitely worth a look.