RE: [xsl] problem in xml parsing

Subject: RE: [xsl] problem in xml parsing
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Wed, 24 Jan 2001 08:41:33 +0100
 
> A name contained an invalid character. Line 140, Position 32 
>  
> 
>     for (I=0;I<viewArray.length;I++)
> 

The left angle bracket '<' is invalid, it's a reserved character in XML.
Just escape it with &lt; and everything should work. 

Linda

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


Current Thread