This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: problem in xml parsing


 
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]