The factory doesn't have this method. It's SAXTransformerFactory mind you, not a SAXParserFactory.

Archie Cobbs wrote:
Jorg Heymans wrote:

Could the transformerfactory maybe drop them ? I create it as following:

SAXTransformerFactory factory = TransformerFactory.newInstance();
TransformerHandler handler = factory.newTransformerHandler();
handler.setResult(new DOMResult(parentnode)) -> parent node is the element i created from the SVGDoc


Do you need to setNamespaceAware(true) ?

http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/parsers/SAXParserFactory.html#setNamespaceAware(boolean)


-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to