Given an xslt for an xml doc where the xml doc some data collection how
would you go about merging in extra info that the web page needs?

for example, lets say the web page needs the login time and user ID and
the xml doc has a collection of rows that will be displayed in a html
table.  we use the xml data document in several places, and not just for
web page output, therefore it makes no sense to add the specific data
for one page and xslt to the doc.  The doc also has a dtd so it is not
possible to add the extra data and also have the schema check.

So we are left with the need to merge 2, or more, xml docs into a single
output html page with one xslt.

Another way to look at this is:
1) I have several XML docs that need to be combined with a single XSLT
2) I have several XML docs that need to have a sequential sequence of
XSLT's applied.

thoughts? suggestions?




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to