I use xalan-j_2_2_D10 library and I unclude this files

import javax.xml.transform.TransformerFactory;
import javax.xml.transform.Transformer;
import javax.xml.transform.Source;
import javax.xml.transform.stream.StreamSource;
import javax.xml.transform.stream.StreamResult;
import javax.xml.transform.dom.DOMSource;

Thanks

Guido

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: luned� 10 settembre 2001 14.54
To: [EMAIL PROTECTED]
Subject: Re: Problem to generete HTML from xsl file and Document object



Make sure the DOM you're passing in includes DOM Level 2 support,
specifically namespace support.

Reply via email to