NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
XML already is going the way of the punchcard (Score:2)
It has been around how long now and how many people have actually figured out how to use it and what to use it for? Stick with TeX and LaTeX and wait for the fad to blowover.
Re:XML already is going the way of the punchcard (Score:2)
Lots of people are using XML. Lots of people are using XML successfully. More importantly perhaps, lots of people are using XML unsuccessfully because they have overblown expectations of it (a.k.a. hype).
But XML, in the document management field and elsewhere, works. I can write a book for O'Reilly in DocBook, and they can chuck it through their processing toolset and have a book come out the other end. I can use SAX tool suites to process DBI and Excel files the sam
Re:XML already is going the way of the punchcard (Score:2)
Power is often passed over for simplicity as nature favours the path of least resistance...this would not be XML. DTDs are stupefying and the mess of CPAN modules is beyond even my ability to figure out which goes where when and how. I have lurked for many moons on the XML list and I have yet to really understand who and what are in which ring of the circus.
I don't think people have lofty expectations I just think they're as confused as I am as to what this blob of stuff is really supposed to do and how
Re:XML already is going the way of the punchcard (Score:2)
Which is why a lot of this is a good thing. To be able to learn a single toolset (XML processing) and apply it to DBI or Excel spreadsheets, or whatever you may please, is a simple thing and a good thing.
Reply to This
Parent
Re:XML already is going the way of the punchcard (Score:2)
XML is not simple. That's the problem. Have you tried wading through the XML mess on CPAN lately? Nothing seems at all simple about that.
Re:XML already is going the way of the punchcard (Score:3, Insightful)
I fixed the SAX "problem", now it's time to fix the modules problem.
(note: you could say the exact same thing about all the templating modules, or all the DBIx modules, but nobody bitches about that. Sheesh)