Hi,
Thank you for your reply.
I am having difficulty "creating a Jira" issue.
I assume that to do this I need to be able to access "http://nagoya.apache.org/jira"
and I have not been able to do this all day.
I have, as suggested, created a trivial program that illustrates the problem.
It is based on the XalanTransfrom example with minimal changes.
It is attached.
Hopefully it shows where I am going wrong.
Maybe the problem is with my approach rather than any bug in Xalan.
In the short term I would be happy to adopt any approach which allows
me to transform a DOM that I have built without a parser.
(All of the examples that transform DOMs
seem to assume that you have obtained the DOM from a parser.)
I had assumed that the XSLTInputSource class would
allow me to do that, but in the short term if there is
any way that works then I would be most grateful to know what it is.
Many thanks in advance.
Peter Marron
David Bertoni <[EMAIL PROTECTED]>
01/06/2006 19:13
|
|
[EMAIL PROTECTED] wrote:
>
> Hi,
>
> I'm using Xalan version 1.9 and Xerces version 2.6 in C++
> on windows. I'm having a problem using XalanTransformer.
>
[snip]
>
> What approach should I be taking to transform a DOM I've built by hand?
>
Well, it's a code path that certainly hasn't been well-tested for quite
a while. Can you create Jira issue, and attach the source code for a
trivial program that reproduces the problem?
Thanks,
Dave
XalanTransform.cpp
Description: Binary data