This is the data type declaration in my XML file:
-@
<!DOCTYPE menu SYSTEM "/f:/projects/cyverres/gui/gui_menu.dtd">
@-
where the location of the xml file containing this line is:
f:\projects\test\gui_menuMain.xml
Furthermore, in JavaScript, i get a similiar kind of bullcrap with the
load() method.
@-
obj_XMLParser.load('/f:/projects/test/gui_menuMain.xml');
@-
i have tried just about everything, mainly tweaking with the URLs. Nothing
works.
PLEASE help me.
This sucks. There has to be a better way than to forces the user of my
application to go through all this riggamoro. Any ideas?
nerdfreak wrote in message ...