Topic: xmlDataPath doesn't work
Why doesn't work this line of code? What's wrong?
fo.addVariable("xmlDataPath", "S:/HOMEPAGE/xampp/htdocs/saschak/photo/alben/original/info.xml");
You are not logged in. Please login or register.
SimpleViewer Forum → SimpleViewer v1 → xmlDataPath doesn't work
Why doesn't work this line of code? What's wrong?
fo.addVariable("xmlDataPath", "S:/HOMEPAGE/xampp/htdocs/saschak/photo/alben/original/info.xml");
Are you using this locally or on a server? For local file paths you need file://. If you are on a server you should be able to load it with something like /HOMEPAGE/xampp/htdocs/saschak/photo/alben/original/info.xml. I'm use to linux web servers which you use /home/userName/theFolder/theFile.xml
Try this:
fo.addVariable("xmlDataPath", "file://S:/HOMEPAGE/xampp/htdocs/saschak/photo/alben/original/info.xml");
SimpleViewer Forum → SimpleViewer v1 → xmlDataPath doesn't work
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.