xsl-list
[Top] [All Lists]

[xsl] Formatting issues

2006-12-22 09:59:50
Hello:

I have issues with formatting. 

In my XML file, I have an element called <level> and
there can be 6 levels. 

<level1>...<level6>

I am applying a filtering logic for all levels.

So suppose I have an XML like this:

<level1>
.........
</level1>

<level1>
.....
</level1>


<level1>
...
</level1>

The output will be 
1.
2.
3.

Now based on the filtering logic, if level1 and 2 are
eliminated, then level 3 should start with number 1.
and not with number 3. 

Is there a way to deal with this? Thanks in advance
for your help. 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--~------------------------------------------------------------------
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>