I did a quick scan of your other emails, and let me see if if I got
understand your problem.
Your input format has something like this (simplified)
<p style="level1">
blah
</p>
<p style="level2">
blah
</p>
correct?
I'd break this into a series of transforms. First, do some grouping
(by level type) within each section. There are plenty of examples in
the faq and probably under grouping.
It's an annoying problem, but solvable. Just break it up into more of
the compenents. Try coming up with some simpified exampes.
otherwise googling for flat xml file xslt (well, it's not entirely
flat xml, but it's the same problem).
Jon Gorman
--~------------------------------------------------------------------
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>
--~--