Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML Parser help

Status
Not open for further replies.

Alexwu

Technical User
Dec 12, 2011
1
0
0
US
Hi,

I am a newbie to XML and I encountered a problem that I couldn't solve.

There's a template that my boss gave me so I can practice on my skills; however, I was able to do everything else but to add additional BIG images.

xml code:

<?xml version="1.0" encoding="iso-8859-1"?>
<root>

<pageGallery nameGallery="girl 1" name="gallery1" line="1" maxImages="4">

<titleImages>
<smallImages>_gallery_girl1_1.png</smallImages>
<bigImages>_gallery_biggirl1_1.jpg</bigImages>
<infoImages><![CDATA[blahblah]]></infoImages>
<infoImages1><![CDATA[blahblah]]></infoImages1>
<infoImages2><![CDATA[blahblah]]></infoImages2>
<infoImages3><![CDATA[blahblah]]]></infoImages3>
</titleImages>

The above codes consider a set, and there were 4 sets in default settings, after I added codes to total 10 sets in the list, <smallImages> and all <infoImages> working just fine, but <bigImages> will only load 4 instead of all 10.

Hope someone could help me, if additional info required, please let me know and I'll post ASAP.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top