J
John Larson
Hi all,
I am trying to construct a simple table from XML files using XSLT. I would
like to put an ID from the document in column 1, and the content of some
elements that maybe repeated in column 2. Can this be done in a template
using a for-each, or should I use a sort of variable, or?
Desired output:
7817471 author1
7817471 author2
7817471 author3
7817472 author1
7817472 author2
the ID of each document would be in /inspec/article/contg/accn
and the repeated elements in e.g., /inspec/article/bibliog/aug/pname
Thanks for any help!
- John
I am trying to construct a simple table from XML files using XSLT. I would
like to put an ID from the document in column 1, and the content of some
elements that maybe repeated in column 2. Can this be done in a template
using a for-each, or should I use a sort of variable, or?
Desired output:
7817471 author1
7817471 author2
7817471 author3
7817472 author1
7817472 author2
the ID of each document would be in /inspec/article/contg/accn
and the repeated elements in e.g., /inspec/article/bibliog/aug/pname
Thanks for any help!
- John