Gegroet allen,
Ik heb een xml file (stijl.xml) wat gegevens doorstuurt naar een flash-onderdeel. Nu wil ik een nieuwe xml-file(prijslijstStijl.xml) (wat excell tabellen bevat) laten inlezen door stijl.xml.
Ik sla of een stap over of giga fout, wie kan me sturing geven?
onderstaand stukje code:
stijl.xml
[xml]
<?xml version="1.0" encoding="iso-8859-1"?>
<xmlObject>
<article>
<imageURL>site_images/Logo/socap2.jpg</imageURL>
<imageCaption><![CDATA[<h1>Prijslijst</h1>]]></imageCaption>
<captionDesc><![CDATA[<h2>01-01-2010</h2>]]></captionDesc>
<articleTitle><![CDATA[<h3>.</h3>]]></articleTitle>
<articleBody><![CDATA[<h4>.</h4>
<p.</p>
<h4>.</h4>
<p>.</p>
<h4>.</h4>
<p>.</p>
]]></articleBody>
</article>
</xmlObject>
[/xml]
---------------------------------------------------------------------------------------------------------------------
prijslijstStijl.xml
[xml]
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<extensionsData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<volumeDataStijl>
<volume>25 stuks</volume>
<A30cm>€50,00</A30cm>
<B40cm>€55,00</B40cm>
<C50cm>€60,00</C50cm>
</volumeDataStijl>
<volumeDataStijl>
<volume>50 stuks</volume>
<A30cm>€80,00</A30cm>
<B40cm>€85,00</B40cm>
<C50cm>€90,00</C50cm>
</volumeDataStijl>
<volumeDataStijl>
<volume>75 stuks</volume>
<A30cm>€110,00</A30cm>
<B40cm>€115,00</B40cm>
<C50cm>€120,00</C50cm>
</volumeDataStijl>
</extensionsData>
[/xml]
Ik heb een xml file (stijl.xml) wat gegevens doorstuurt naar een flash-onderdeel. Nu wil ik een nieuwe xml-file(prijslijstStijl.xml) (wat excell tabellen bevat) laten inlezen door stijl.xml.
Ik sla of een stap over of giga fout, wie kan me sturing geven?
onderstaand stukje code:
stijl.xml
[xml]
<?xml version="1.0" encoding="iso-8859-1"?>
<xmlObject>
<article>
<imageURL>site_images/Logo/socap2.jpg</imageURL>
<imageCaption><![CDATA[<h1>Prijslijst</h1>]]></imageCaption>
<captionDesc><![CDATA[<h2>01-01-2010</h2>]]></captionDesc>
<articleTitle><![CDATA[<h3>.</h3>]]></articleTitle>
<articleBody><![CDATA[<h4>.</h4>
<p.</p>
<h4>.</h4>
<p>.</p>
<h4>.</h4>
<p>.</p>
]]></articleBody>
</article>
</xmlObject>
[/xml]
---------------------------------------------------------------------------------------------------------------------
prijslijstStijl.xml
[xml]
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<extensionsData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<volumeDataStijl>
<volume>25 stuks</volume>
<A30cm>€50,00</A30cm>
<B40cm>€55,00</B40cm>
<C50cm>€60,00</C50cm>
</volumeDataStijl>
<volumeDataStijl>
<volume>50 stuks</volume>
<A30cm>€80,00</A30cm>
<B40cm>€85,00</B40cm>
<C50cm>€90,00</C50cm>
</volumeDataStijl>
<volumeDataStijl>
<volume>75 stuks</volume>
<A30cm>€110,00</A30cm>
<B40cm>€115,00</B40cm>
<C50cm>€120,00</C50cm>
</volumeDataStijl>
</extensionsData>
[/xml]
Laatst bewerkt door een moderator: