in reply to munging xml to transformit with xsl

Unfortunately an XSLT processor will almost certaoinly always need to be in memory an per the XSLT 1.0 Spec "The data model used by XSLT is the same as that used by XPath.." and XPath says: "XPath operates on an XML document as a tree.". Having a tree structure would imply the requirement of having the entire parsed document in memory.

/J\

  • Comment on Re: munging xml to transformit with xsl