xsl-list
[Top] [All Lists]

RE: [xsl] Nested <heading> levels inside <lev>

2011-04-27 10:51:40

 
Typos on the output. Should read:
 
 
Output:
-------

<pStyle:hd1>Level 1
<pStyle:hd2>Level 2
<pStyle:hd3>Level 3
<pStyle:hd2>Level 2
<pStyle:hd1>Level 1


----------------------------------------
From: killswi7ch1(_at_)live(_dot_)com
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Date: Wed, 27 Apr 2011 11:37:17 -0400
Subject: [xsl] Nested levels inside 




I was able to achieve what I needed with nested within by using




Input:
------


Level 1


Level 2



Level 3


Level 2



Level 1







Output:
-------

Level 1
Level 2
Level 3
Level 2
Level 1


--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
--~--
                                        
--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>