S
stevetcox
I'm using Access 2003(11.5614.5703) on Windows 2000 Server SP4 as a
desktop application.
When I try to transform an xml datasource over the web, I get a "Path
not found" error. But if I move the datasource to my desktop, it works
fine.
Microsoft specifically states that the datasource can be either a file
or url.
Has anyone experienced these same results? Does anyone know why this is
happening or how to fix this? Thank you.
Steve
------------
Sample Code:
------------
TransformXML _
DataSource:="http://test.com/test.xml", _
TransformSource:="g:\test\test.xsl", _
OutputTarget:="g:\test\test.xml", _
WellFormedXMLOutput:=False
desktop application.
When I try to transform an xml datasource over the web, I get a "Path
not found" error. But if I move the datasource to my desktop, it works
fine.
Microsoft specifically states that the datasource can be either a file
or url.
Has anyone experienced these same results? Does anyone know why this is
happening or how to fix this? Thank you.
Steve
------------
Sample Code:
------------
TransformXML _
DataSource:="http://test.com/test.xml", _
TransformSource:="g:\test\test.xsl", _
OutputTarget:="g:\test\test.xml", _
WellFormedXMLOutput:=False