From: Colin P. A. <co...@co...> - 2008-11-07 15:15:27
|
In one of the XSLT tests for the reworked libraries, the XML parser is reading data from some location other than scanner.input_stream. I know this is the case, because I recognize some of the content text - this comes from a previous data XML file, processed in a previous step of the test. The first step generates a transformation in-memory, according to the contents of this data file. The second step uses this generated transformation to process yet another data file. It is while compiling the generated transformation that the bad content appears. The whole of the generated transformation is correctly parsed, but the parsed xsl:stylesheet element has 6 children instead of 5, and the fifth child is a text node with this errant data. What I would like to know is where the scanner can read it's input other than from `input_stream', so I can debug this better. -- Colin Adams Preston Lancashire |