Hi,
i have a xml of the form: (a part of the XML file is as follows
i have downloaded the Xerces parser for parsing the above file and the
DOM code i am developed for parsing is as follows:
now the parser shows a lot of errors after parsing. i want to
know if the above code is correct? the problem i have is that my XML does not contain simple data values as elements (which i feel can be easily parsed). instead it contains entire file paths as elements and this is the reason i am forced to post this question on this forum.
the above XML file has the entire file path of jpeg images(the user
can select a jpg image from a HTML form etc).
thanks in advance.
Edit: I added
UBB CODE blocks in there to help readability
[ March 25, 2004: Message edited by: Lasse Koskela ]