Subject: Re: Documenting XML -and- viewing an XML tree in IE
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Mon, 17 Mar 2003 20:18:30 +0100
|
I wrote
> Bryan,
>
> The posted stylesheet does not generally produce well-formed xml:
>
> Example:
>
> <ttt:authors xmlns:ttt="f:ttt">xxx & yyy</ttt:authors>
>
> will be displayed as:
>
> <ttt:authors xmlns:ttt="f:ttt">xxx & yyy</ttt:authors>
Ooopsss...
must be:
will be displayed as:
<ttt:authors>xxx & yyy</ttt:authors>
and the problems are indeed two as my earlier message says.
=====
Cheers,
Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|