drderogatory
Technical User
i'm a complete noob to xml, and am wondering how i'd display an image beside some specs with xml. here's what i'm trying to work with, am i at least on the right track?
<stocklist>
<box>
<hr>800021</hr>
<die>3000</die>
<length>6</length>
<width>4</width>
<depth>2</depth>
<img src="box.jpg" />
</box>
</stocklist>
this will idealy be displayed within a table beside the specs, go easy on me and thanks in advance
<stocklist>
<box>
<hr>800021</hr>
<die>3000</die>
<length>6</length>
<width>4</width>
<depth>2</depth>
<img src="box.jpg" />
</box>
</stocklist>
this will idealy be displayed within a table beside the specs, go easy on me and thanks in advance