Slashdot Mirror


User: scrutinizzzer

scrutinizzzer's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. It's not only a "text file format" on Do XML-based Databases Live Up to the Hype? · · Score: 1

    For instance, eXist DB (http://exist-db.org) serializes XML data as binary DOM tree. So, it doesn't need to parse text XML data all the time. One more thing is Cocoon (cocoon.apache.org) which converts XML to a pipe of SAX event processors.