[
Lists Home |
Date Index |
Thread Index
]
- From: Joshua Allen <joshuaa@microsoft.com>
- To: 'Kay Michael' <Michael.Kay@icl.com>, 'Han Chock Lee' <clhan@gintic.gov.sg>,"'xml-dev@xml.org'" <xml-dev@xml.org>
- Date: Tue, 18 Jul 2000 09:57:00 -0700
See http://www.netcrucible.com/xslt/mxsml-faq.htm for
notes on MSXML compliance. Mike is correct, the
document() function is not implemented in the most
current MSXML parser. The functionality should be in
the next version, due out soon. In the meantime, you
would have to use a different processor which has already
implemented document() or find a workaround..
Thanks
> -----Original Message-----
> From: Kay Michael [mailto:Michael.Kay@icl.com]
> Sent: Tuesday, July 18, 2000 1:23 AM
> To: 'Han Chock Lee'; 'xml-dev@xml.org'
> Subject: RE: Referencing two xml files
>
>
> > Does anyone out there know wherther a stylesheet xsl can
> > reference two xml files ?
>
> If by xsl you mean W3C XSLT 1.0, then use the document() function.
> If by xsl you mean the Microsoft IE5 dialect then ... ask Microsoft.
>
> Mike Kay
>
|