[jdom-interest] SAXOutputter

Chris B. chris at tech.com.au
Thu Apr 15 09:38:19 PDT 2004


Rolf Lear wrote:

> Hey Chris.
>
> How about you suggest a proper solution. Get a CVS copy of the source, 
> make your recommended "proper" solution, and then submit the patch for 
> approval.



Here you go...

    public void output(Element element) throws JDOMException {
        // contentHandler.setDocumentLocator()
        documentLocator(null);

        // Process node list.
        element(element, new NamespaceStack());
    }







More information about the jdom-interest mailing list