[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

tabs to indent for pretty-printing

  • From: Imran Rashid <imranr@w...>
  • To: xml-dev@l...
  • Date: Sun, 29 Oct 2000 16:15:51 -0500

xml tabs
(either I'm a moron for thinking of this idea in the first place, or I'm a
moron for not thinking of it earlier, I'm not sure which.)

I indent the XML files I create so that nesting is more visible. eg.
<parent>
 <child>
  <childOfchild/>
 </child>
</parent>

instead of <parent><child><childOfchild/></child></parent>

  What I've been doing is using 1 space per level of indentation.  The
problem is, some of the files I create are really, *really* deeply nested,
and those spaces take up a large amount of the space in the file.
    So I had this idea that I would save space by representing every spaces
w/ a tab.  There is the problem that tabs aren't a standard size, but I
figure I can just put a comment at the top of the XML file, like

<!-- set tab size to 4 spaces for proper indentation-->

while slightly hack-y, it doesn't change the actual content of the XML file
at all (of course I'm always talking about ignorable whitespace), and it
makes a big difference for me, often cutting files to 2/3 their original
size.

it seems so obvious now, but I dont' remember ever seeing any other comments
about taking this approach.  do you think its OK to do this??

thanks,
Imran Rashid


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.