M
MJB
I've created a button on my form with a VBscript to perform a custom
transform from an XSLT 1.0 file. I'm able to create the DOM object for the
transform and use XDocument.DOM.transformNode to create a string with the
transformation result, but I can't figure out how to apply this into the
XDocument in the form.
My best guess was to use XDocument.DOM.loadXML but I get an error message
that "This DOM cannot be loaded twice". Is there some property of the
XDocument I need to set?
Or, more likely, am I going about this completely wrong? Using InfoPath 2003
and MSXML 5.
Thanks.
Mike.
transform from an XSLT 1.0 file. I'm able to create the DOM object for the
transform and use XDocument.DOM.transformNode to create a string with the
transformation result, but I can't figure out how to apply this into the
XDocument in the form.
My best guess was to use XDocument.DOM.loadXML but I get an error message
that "This DOM cannot be loaded twice". Is there some property of the
XDocument I need to set?
Or, more likely, am I going about this completely wrong? Using InfoPath 2003
and MSXML 5.
Thanks.
Mike.