A
AlexT.
Folks
Is there a way to apply an XSL transformation melodramatically "after
the fact"... ?!
I have an XML file and an XSL transform. I can do
Documents.Open FileName:= "myfile.xml", XMLTransform:=
"mytransform.xsl" and it works (amazingly) well. However I don't see
any way to define the word *template* to use.
So I thought about creating a new document from the relevant template
(trivial) and then do a Selection.InsertFile, That works (the XML file
is recognized as such)... But then how do I perform a transform ?!
Any idea / pointer most welcome !
Regards
--alexT
Is there a way to apply an XSL transformation melodramatically "after
the fact"... ?!
I have an XML file and an XSL transform. I can do
Documents.Open FileName:= "myfile.xml", XMLTransform:=
"mytransform.xsl" and it works (amazingly) well. However I don't see
any way to define the word *template* to use.
So I thought about creating a new document from the relevant template
(trivial) and then do a Selection.InsertFile, That works (the XML file
is recognized as such)... But then how do I perform a transform ?!
Any idea / pointer most welcome !
Regards
--alexT