> >> The actual method being called is:
> >>
> >> int transform (const XalanParsedSource &theParsedXML, const
> >> XalanCompiledStylesheet *theCompiledStylesheet, const
> >> XSLTResultTarget > &theResultTarget)
> >>
> >> The compiled stylesheet was compiled from an XSLTInputSource
> >> specified as a SYSTEM-id (http://localhost/...). The parsed
> >> source was compiled from a XercesDOMWrapperParsedSource.
>
> david> What is the target of the transformation? Perhaps a DOM?
>
> Yes a FormatterToXercesDOM
I suspected as much. That will need to be fixed.
>
> david> Are you sure you cannot reproduce it
> david> with testXSLT? I think there's still an option on testXSLT
> david> to use the Xerces DOM from the command line. (-XD)
>
> If I add both -XD and -DOM it reproduces. Or just -DOM. Not with -XD
> alone though.
Great! Can you create a Bugzilla report and attach a minimal input
document and stylesheet? That way, I can figure out why the exception is
being thrown in the first place.
Dave