Hi,
I am putting together a module that runs SQL, XMLifies the resultset and then transforms the XML via XSLT.
I want to use XML-Generator-DBI to encode the SQL - and I believe I want to then have that transformed into a DOM so that I can use XML:LibXSLT to transform.
Within XMLGenerator it states "Alternatively you might want to generate a DOM tree or XML::XPath tree, which you can do with either of those module's SAX handlers".
I have looked at the doc for LibXML and cant see where its SAX handler is.
What module do I need to plug into XMLGenerator so that I can get it to generate a DOM.
Thanks