Subject: Re: generate output html from 2 xml files
From: "Andrew Curry" <andrew.curry@xxxxxxxxxxxx>
Date: Tue, 17 Feb 2004 12:07:05 -0000
|
Yes
look at the document function.
----- Original Message -----
From: "Markus Hanel" <markus.hanel@xxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, February 17, 2004 11:50 AM
Subject: generate output html from 2 xml files
> Hello,
> I am trying to show a logo from a file: format.xml and some forms from a
> file: interview.xml with one xsl file to produce output html. Is this
possible?
>
>
>
> interview.xml
>
> <root>
> <form>
> <form>
> <form>
> <form>
> </root>
>
> format.xml
>
> <root>
> <logo>
> <text>some text</text>
> <image>one image</image>
> ...
> </logo>
> </root>
>
> Regards,
> markus
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|