TransformXML method won't open web datasource, only file datasource

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top