This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: XSL-List Digest V3 #915


Hello XSL-List,

I need to restructure the document, i.e. the file

<div name="1">
     <div name="1.1">
     </div>
     <div name="1.2">
          <div name="1.3">
          </div>
     </div>
</div>

to the normal form
     
<div name="1">
     <div name="1.1">
     </div>
     <div name="1.2">
     </div>
          <div name="1.3">
          </div>
</div>

Can anyone help?


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]