I am doing a transform using an xml document and an xslt based on the
xml document. What I want to do is create the xslt from the xsd so that
it uses types rather than names.
The problem i have is that neither the xsltransform object or an
xmldocument object allow you to assign a schema so how will the
transform know it is based on a schema rather than an instance.
I am passing strings to both objects rather than files and neither can
guarentee that any path included would exist on the machine where the
transformation will happen.
Thanks in advance
Michael
xml document. What I want to do is create the xslt from the xsd so that
it uses types rather than names.
The problem i have is that neither the xsltransform object or an
xmldocument object allow you to assign a schema so how will the
transform know it is based on a schema rather than an instance.
I am passing strings to both objects rather than files and neither can
guarentee that any path included would exist on the machine where the
transformation will happen.
Thanks in advance
Michael
Comment