[xml] Formatting question



here is a snippet of XML
 
 
      <msPageCount>
     
      </msPageCount>
      <msLastAuthor>
        <value>
dimons</value>
      </msLastAuthor>
 
is there a way to get out of it:
 
      <msPageCount/>
      <msLastAuthor>
        <value>dimons</value>
      </msLastAuthor>
 
 
Pay attention to:
1. msPageCount tag has no data inside so it collapsed
2. <value>'s data is arranged on one line
 
 
Thanks in advance,
RR




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