xsl-list
[Top] [All Lists]

RE: generate output html from 2 xml files

2004-02-17 05:00:16
Investigate the xsl document() function.
-- 
Charles Knell
cknell(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     Markus Hanel <markus(_dot_)hanel(_at_)gmx(_dot_)at>
Sent:     Tue, 17 Feb 2004 12:50:29 +0100 (MET)
To:       xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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




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



<Prev in Thread] Current Thread [Next in Thread>