RE: [xsl] generate output html from 2 xml files

Subject: RE: [xsl] generate output html from 2 xml files
From: "SHEIKH Sajjad" <Sajjad.SHEIKH@xxxxxxxxxxx>
Date: Tue, 17 Feb 2004 13:47:34 +0100
Following link have plenty of good examples about document () function.

http://www.dpawson.co.uk/xsl/sect2/N2602.html

/s


-----Original Message-----
From: Markus Hanel [mailto:markus.hanel@xxxxxx] 
Sent: 17 February 2004 12:50
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] 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


______________________________________________________________
This message has been scanned for all viruses by BTnet VirusScreen. The
service is delivered in partnership with MessageLabs.

This service does not scan any password protected or encrypted
attachments.  

If you are interested in finding out more about the service, please
visit our website at
http://www.btignite.com/internetservices/btnet/products_virusscreen.htm
==============================================================

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread