I'm having some problems with passing a DOM Document
as a parameter in an XSL transform.
TransformerFactory tFac =
TransformerFactory.newInstance();
Transformer trans = tFac.newTransformer(xsl-source);
trans.setParameter("sched", w3c-DomDoc);
trans.transform(DOMSource, DOMResult);
Without the setParameter attempt, everything is fine.
The error I am getting is something about a
Malformed-URI - "scheme is not conformant".
All doc about this has examples of passing simple
String type parameters, not DOM objects. I am missing
a critical step and I can't find it. Doing this exact
procedure using the xalan command line works fine...
thanks for any help,
-bob
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]