|
hi,
I'm using Xerces DOM to create XML in my JSP. The ouput being created looks like:
<book><contents><title>Java & XML</title></contents></book>
it should look like
<book>
<contents>
<title>Java & XML</title>
</contents>
</book>
any help could be greatly appreciated,
thanks & regards,
suresh
|
|
|
|
|
|
|
|