[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] Formatting issues
Subject: [xsl] Formatting issues
From: ms <mina_hurray@xxxxxxxxx>
Date: Fri, 22 Dec 2006 08:59:31 -0800 (PST)
|
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
|