RussianBeer
August 1st, 2003, 11:23 PM
When I try to run this code:
<xml version="10" ?>
<images directory="Images">
<imageNode jpegURL="a2.jpg" thumbURL="tn_2.jpg" title="Image 0">
Comments on Image 0
<imageNode jpegURL="a3.jpg" thumbURL="tn_3.jpg" title="Image 1">
Comments on Image 1
</imageNode>
..
..
.. <imageNode jpegURL="a4.jpg" thumbURL="tn_4.jpg" title="Image n">
.. Comments on Image n
.. </imageNode>
.. </images>
I get this error message:
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
Invalid at the top level of the document. Error processing resource 'file:///C:/Documents and Settings/Administrator.AIRBORNE/Desktop/GalleryComponent1_2/gallery/TMP10mxciz2nx.xml'. Line 1, Position 24
<?xml version="1.0" ?>
Any idea what the I should put there instead?
<xml version="10" ?>
<images directory="Images">
<imageNode jpegURL="a2.jpg" thumbURL="tn_2.jpg" title="Image 0">
Comments on Image 0
<imageNode jpegURL="a3.jpg" thumbURL="tn_3.jpg" title="Image 1">
Comments on Image 1
</imageNode>
..
..
.. <imageNode jpegURL="a4.jpg" thumbURL="tn_4.jpg" title="Image n">
.. Comments on Image n
.. </imageNode>
.. </images>
I get this error message:
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
Invalid at the top level of the document. Error processing resource 'file:///C:/Documents and Settings/Administrator.AIRBORNE/Desktop/GalleryComponent1_2/gallery/TMP10mxciz2nx.xml'. Line 1, Position 24
<?xml version="1.0" ?>
Any idea what the I should put there instead?