Re: Custom XML formatting?

On 19/12/10 10:46, Tony Rogers wrote:
> I constantly find myself arriving at the following questions:
>
>     * What if I want to specify certain elements have 1 attribute per
>       line each?
>     * What if I want to apply that to certain elements but not others?
>     * What if I want to apply it to an element only
>       SOMETIMES—depending on arbitrary conditions?
>

For XML "pretty-printing", you can always use an XSLT to convert the XML 
to HTML (quoting it), as most browsers do. Then you can lay out the 
markup as you like, and you can also have interactivity with clickable 
URI links, collapsible elements, etc.

-- 
Conal Tuohy
eResearch Business Analyst
Victorian eResearch Strategic Initiative
+64-466324297

Received on Monday, 20 December 2010 00:45:15 UTC