xsl-list
[Top] [All Lists]

RE: [xsl] use transformator to add nodes to the xml stucture

2008-12-15 16:09:29
thanks. The situation is, the originally xml is actually 
existing as XML stream, it means, it is saved in as DOM tree 
inside the Java program. The XSLT file should be load inside 
the JAVA to operate on the DOM tree structure. After that the 
output should be saved again in the DOM tree inside the java 
program.. Can i call from Java code the saxon to do the 
transformation?

Yes. See for example

http://www.saxonica.com/documentation/using-xsl/embedding.html

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--