|
-
Jun 21st, 2006, 11:41 AM
#3
New Member
Re: Indent XML (without recursion)
Your XSL based code works great, but there is one change I'm having some trouble implementing. What needs to change in the XSL file in order to not add an end tag? For example,
I don't want this:
<element attribute="value"/>
to be changed to this:
<element attribute="value">
</element>
I know it's just a matter of figuring out the XSL syntax, but I don't have time to learn XSL just to make this one change. Thanks for the help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|