Hello,
I have a series of xml tables that i should convert to html code -
Here is an Example:
Code:
<TABELLA data_mod="2008-10-30 12:20:59" id="2903" locale="it_IT" colonne="1" righe="2"
colonna_1="100%">
<grown>
<TAB_2903>
<story>
<Table xmlns:aid="http://ns.adobe.com/AdobeInDesign/4.0/" aid:table="table"
aid:trows="2" aid:tcols="1" summary="NOCHANGE">
<Cell aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="184"
larghezza="100%">
<_B>
<img_html href="file://./NOME_1.eps" proporzione_x="31"
id="50211557" proporzione_h="32" proporzione_w="32"
alkusetype="3"/>
</_B>
</Cell>
<Cell aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="184"
larghezza="100%">56733</Cell>
</Table>
</story>
</TAB_2903>
</grown>
</TABELLA>
Every table has a unique ID like </TAB_2903>, </TAB_2904>, etc.
Can anyone help me with this problem?
Thanks to all in advance
|