Re: [xslt] xinclude
- From: mike dillon <mdillon embody org>
- To: xslt gnome org
- Subject: Re: [xslt] xinclude
- Date: Fri, 10 Aug 2001 11:37:22 -0700
begin Bernhard Zwischenbrugger quotation:
> The example is wrong !
no, it's not. just the URL is (at least, changing the URL made it work
for me).
> This works: !!!
> ==========
>
> <?xml version='1.0'?>
> <document>
> <p>120 Mz is adequate for an average home user.</p>
> <xi:include href="sub.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
> </document>
so does this:
<?xml version='1.0'?>
<document xmlns:xi="http://www.w3.org/2001/XInclude">
<p>120 Mz is adequate for an average home user.</p>
<xi:include href="sub.xml" />
</document>
-md
--
"Unvalidated documents: your gun, your bullet, your foot." -- Norm Walsh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]