OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [xml-dev] XML pretty printer?



Saw this in XML Hack today:

http://xmlhack.com/read.php?item=1415

> -----Original Message-----
> From: Hanson, Jon [mailto:jhanson@lehman.COM]
> Sent: Wednesday, October 17, 2001 5:10 AM
> To: xml-dev@lists.xml.org
> Subject: [xml-dev] XML pretty printer?
> 
> 
> Hi,
> 
> does anyone know of a simple pretty printer for XML files. 
> I'm looking for
> something that:-
> * is written in java.
> * generates an output file that is still xml (no ascii art).
> * does tag nesting indenting (ideally with a configurable 
> number of spaces
> rather than tabs).
> 
> so, for example something like:-
> <A><B><S>test</S><N>2001</N></B><C>true</C></A>
> 
> would come out as:-
> <A>
>     <B>
>         <S>test</S>
>         <N>2001</N>
>     </B>
>     <C>true</C>
> </A>
> 
> 
> thanks,
> 
> jon hanson.
> 
> 
> --------------------------------------------------------------
> ----------------
> This message is intended only for the personal and 
> confidential use of the designated recipient(s) named above.  
> If you are not the intended recipient of this message you are 
> hereby notified that any review, dissemination, distribution 
> or copying of this message is strictly prohibited.  This 
> communication is for information purposes only and should not 
> be regarded as an offer to sell or as a solicitation of an 
> offer to buy any financial product, an official confirmation 
> of any transaction, or as an official statement of Lehman 
> Brothers.  Email transmission cannot be guaranteed to be 
> secure or error-free.  Therefore, we do not represent that 
> this information is complete or accurate and it should not be 
> relied upon as such.  All information is subject to change 
> without notice.
> 
> 
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this elist use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>