Hi Does anyone know how I can add the stylesheet processing element to an XML document?
eg: I have an XML doc, I want to load it in, add the stylesheet line and
then save...
<?xml version="1.0" encoding="ISO-8859-1" ?>
.. add here <?xml:stylesheet type="text/xsl" href="blah.xsl" ?>
<DOCUMENT>
<H>Hello World</H>
</DOCUMENT>
Thanks
Lea
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user
