-
I have been getting an EmptyStackException (or ArrayIndexOutOfBoundsException depending on the version of the parser/jre) when I use Xerces/Xalan in place of Saxon.
After some hair pulling, I found what appears to be an issue in com.presentingxml.components.inverserecordmapping.XmlRecordReader:
endElement is called twice on the last element of the input being processed. Saxon's content...
2005-05-27 16:27:29 UTC in Presenting XML
-
I was thinking about the problem, and I just decided on a relative simple format for what I wanted and then used XSLT to generate the mapping file. That was relatively painless :-)
2005-05-16 18:49:06 UTC in ServingXML
-
When I have specified the format of the flat file, is there any way to have the output xml spit out all the fields for a record? Currently I'm defining a mapping which basically maps all the fields to elements of the same name. This feels a little redundant for what I am trying to accomplish.
Is there a simple way to do this?.
2005-05-04 18:33:19 UTC in ServingXML