Effective Xml Part 4: Let me project this (Xml file) for you
Posted by: XmlTeams WebLog,
on 27 Sep 2011 |
View original | Bookmarked: 0 time(s)
Xml is ubiquitous. No doubt about it. It is being used almost everywhere and almost by everyone. This includes places where huge amounts of data are being processed. This means xml files (or streams) used there are also huge. And the bigger the Xml file the harder it is to process. The two biggest problems are: You need to query the document with a couple of XPath expressions or transform it with an Xslt file but the document is too big to be even loaded (the rule of thumb is that an Xml document...