J
JLP
Hello everyone,
I'm new to XML/XSL.
The situation:
I have about 150 XML files in TEI and they are valid.
The Goal:
I want to output the title and author of these files in one location.
I can very easily write XSL that will do work for one file, but I
really need kind of a bibliography or manifest that details each file.
The information is there, it's just a matter of how I can get to it!
I thought about using document() in conjunction with javascript. The
trouble is that I'm not sure if this will work. My initial idea was to
create an XML manifest file and link that to XSL and do the
transformation that way.
Ideally this would be done in a platform independent manner and would
work server-side as it may be put to use in a website soon.
Can someone please comment on how this might be accomplished?
Thank you!
Jeremy
I'm new to XML/XSL.
The situation:
I have about 150 XML files in TEI and they are valid.
The Goal:
I want to output the title and author of these files in one location.
I can very easily write XSL that will do work for one file, but I
really need kind of a bibliography or manifest that details each file.
The information is there, it's just a matter of how I can get to it!
I thought about using document() in conjunction with javascript. The
trouble is that I'm not sure if this will work. My initial idea was to
create an XML manifest file and link that to XSL and do the
transformation that way.
Ideally this would be done in a platform independent manner and would
work server-side as it may be put to use in a website soon.
Can someone please comment on how this might be accomplished?
Thank you!
Jeremy