bar
2007-06-06 14:22:55 UTC
Hello all
I read that TXMLDocument bundled with BCB 6.0 is for handling the xml files
from the local hard disk.
The code is working fine.
_di_IXMLDocument XMLConfig = LoadXMLDocument("C:\\config.xml");
Is there any way that i can get the interface of the xml document or read
the xml directly from the webserver without downloading the xml file itself.
What is the drawback if i use
_di_IXMLDocument XMLConfig =
LoadXMLDocument("http://www.jazirasoft.com/~webtest/tests/xml/config.xml");
I observed it is also working but when i changed the text in my xml file in
the webserver, the above code is not refreshing the xml text.
Thanks
SA
I read that TXMLDocument bundled with BCB 6.0 is for handling the xml files
from the local hard disk.
The code is working fine.
_di_IXMLDocument XMLConfig = LoadXMLDocument("C:\\config.xml");
Is there any way that i can get the interface of the xml document or read
the xml directly from the webserver without downloading the xml file itself.
What is the drawback if i use
_di_IXMLDocument XMLConfig =
LoadXMLDocument("http://www.jazirasoft.com/~webtest/tests/xml/config.xml");
I observed it is also working but when i changed the text in my xml file in
the webserver, the above code is not refreshing the xml text.
Thanks
SA