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.
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.