[xslt] How to implement unusual chunking in a stylesheet
- From: Peter Williams <peter newton cx>
- To: xslt gnome org
- Subject: [xslt] How to implement unusual chunking in a stylesheet
- Date: 08 Jun 2002 19:55:33 -0400
[Apologies if this is not the right list for this sort of question.
Please CC me in replies as I'm not subscribed.]
Hi everyone,
I'm trying to write a stylesheet that chunks my XML document in a
somewhat unusual way. The basic layout of the document is like this:
<root>
<item>
<node>
<node>
</item><item>
<node>
</item><item>
<node>
<node>
<node>
...
</item>
</root>
with a variable number of <node>s per <item>. I'd like to chunk it so
that there's a fixed number of <node>s per output document. I can't
figure out how to implment this in XSLT. Any ideas?
Thanks in advance for help or pointers,
Peter
--
Peter Williams peter@newton.cx / peterw@ximian.com
"Why should I have to change my name? He's the one who
sucks!" -- Michael Bolton
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]