Greetings,
I am trying to transform scales-xml documents into DOM documents or SAX objects based on the example code here:
The source only and roundtrip examples work fine, but the scales=>DOM code I wrote returns an empty document, and the scales=>SAX code raises the following exception:
ERROR: 'org.xml.sax.SAXException: setResult() must be called prior to startDocument().'
I have attached the test program I wrote and the full trace I got when running it in Scala 2.10.2 and SBT 0.13.
Is what I am trying to do supported? If so, what did I get wrong?
Thanks,
Eric