[Mono-docs-list] Wiki Markup for ECMA documents.

Miguel de Icaza miguel at novell.com
Mon Nov 28 12:39:39 EST 2005


Hello,

> Generally, when using XSLT, you need to load the entire document into  
> memory before applying transformations. I think at some point, you  
> would encounter memory stress and possible system instability.

These documents are tiny, this is not an issue.

> To avoid this you could use SAX, but it is a real pain to maintain  
> processing state. Two recommendations I would make are: use eXist as  
> an embedded database to store the XML document and then process the  
> transformations, or use STX for transformations.
> 
> eXist: http://exist.sourceforge.net
> STX: http://stx.sourceforge.net/documents
> 
> -Jason
> 
> 
-- 
Miguel de Icaza <miguel at novell.com>
Novell, Inc.


More information about the Mono-docs-list mailing list