Colin,
[As an aside - meant to say last night - just put the bugzilla report in as against the latest version and mark in the text that it actually applies to CVS.]
Had a look - probably should be added to the API (David?) but in the interim, you _should_ be able to do this using an empty XSLTInputSource - ie.
transform(theParsedSource, XSLTInputSource(), theResultTarget);
Cheers, Berin
Colin Paul Adams wrote:
Looking through the documentation , and the header file, I cannot see
a version of XalanTransformer::transform that takes a
XalanParsedSource as input, and allows you to miss out the
stylesheet. Does this mean that a XalanParsedSource does not store any
xml-stylesheet instruction?
