[xquery-talk] Generating xhtml from xml in no namespace

David Carlisle davidc at nag.co.uk
Thu Dec 18 13:32:29 PST 2008


Yes you can do that, which is probably the nicest from the users point
of view, however it does mean (probably) that the entire output has to
be saved up in a variable and reprocessed which has memory implications
and also stops the serialiser serialising the output before the (main)
transform has finished.  Restrictions such as the one not allowing you
to add attribute nodes after child nodes, are designed to allow the
system to  serialise the output without ever actually building the
result tree.

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________


More information about the talk mailing list