@
@cl
hello ,everybody
I'm a newer to xml,
and I need to format and indent xml in a textpanel,
as when input is
<root>
<node1>
<node11/>
</node1>
<node2/>
</root>
and need to put a button to format it ,let it shows like
<root>
<node1>
<node11/>
</node1>
<node2/>
</root>
I used the java1.5 and Eclipse platform , and not sure if I should use
the XSL .
regrads,
@CL
I'm a newer to xml,
and I need to format and indent xml in a textpanel,
as when input is
<root>
<node1>
<node11/>
</node1>
<node2/>
</root>
and need to put a button to format it ,let it shows like
<root>
<node1>
<node11/>
</node1>
<node2/>
</root>
I used the java1.5 and Eclipse platform , and not sure if I should use
the XSL .
regrads,
@CL