R
ridawg
S.Y.M. Wong-A-Ton - wasn't sure if you noticed my follow up on this so I'm
re-posting it. I was side tracked for a little bit and just got back to
working on this.
I've run into a couple of problems and I'm sure you can help me out.
First, when I convert my formatted XML form into XSL using the Transform
Tool I get the following Dialog box - Multiple namspaces were found in the
document (the namespaces are listed and I can select them both or one or the
other)
1.
http://schemas.microsoft.com/office/infopath/2003/myXSD/2006-11-27T14:41:33
2. http://schemas.microsoft.com/office/word/2003/wordml/sp2
I've selected them both and each one separtely but I still can't get this to
work.
The following is the error I get when I actually click the button I've
created.
Object required: '[string: "<?xml version="1.0" "]'
Line 34
Line 33 & 34 are the following:
Dim formInWordML
set formInWordML = formInXML.transformNode(xslXMLToWordML)
I've created a very basic form. Just 3 fields. I'm just trying to get this
to work in VBScript before I try to use it in my more complicated forms.
If you need me to post all the code just let me know.
Thanks for the help!
re-posting it. I was side tracked for a little bit and just got back to
working on this.
I've run into a couple of problems and I'm sure you can help me out.
First, when I convert my formatted XML form into XSL using the Transform
Tool I get the following Dialog box - Multiple namspaces were found in the
document (the namespaces are listed and I can select them both or one or the
other)
1.
http://schemas.microsoft.com/office/infopath/2003/myXSD/2006-11-27T14:41:33
2. http://schemas.microsoft.com/office/word/2003/wordml/sp2
I've selected them both and each one separtely but I still can't get this to
work.
The following is the error I get when I actually click the button I've
created.
Object required: '[string: "<?xml version="1.0" "]'
Line 34
Line 33 & 34 are the following:
Dim formInWordML
set formInWordML = formInXML.transformNode(xslXMLToWordML)
I've created a very basic form. Just 3 fields. I'm just trying to get this
to work in VBScript before I try to use it in my more complicated forms.
If you need me to post all the code just let me know.
Thanks for the help!