R
Raghavendra Mahuli
Hello,
I have a text file in which records are stored in a particular format. For
ex:
Node1( att1, att2, node2(attx))
I need to convert it to xml. I know xsl can be used to convert *xml to* some
other format. But i need the reverse operation.
Same thing in xml has to be transformed to something like(need not be
exactly):
<n name="Node1">
<a> att1</a>
<a> att2</a>
<n name="node2">
<a>attx</a>
</n>
</n>
Can u pls give me some pointers to convert a predefined format to xml.
thanks in advance.
warm regards
I have a text file in which records are stored in a particular format. For
ex:
Node1( att1, att2, node2(attx))
I need to convert it to xml. I know xsl can be used to convert *xml to* some
other format. But i need the reverse operation.
Same thing in xml has to be transformed to something like(need not be
exactly):
<n name="Node1">
<a> att1</a>
<a> att2</a>
<n name="node2">
<a>attx</a>
</n>
</n>
Can u pls give me some pointers to convert a predefined format to xml.
thanks in advance.
warm regards