[xsl] Text Box Prob

Subject: [xsl] Text Box Prob
From: "Joseph Kesselman" <keshlam@xxxxxxxxxx>
Date: Wed, 5 Sep 2001 15:40:35 -0400
The input to XSLT must be well-formed XML. XML requires that all attribute
values be quoted, and all elements be terminated. Rewrite your literal
element in XHTML -- change
     <INPUT maxLength=7 name=test size=14>
to
     <INPUT maxLength="7" name="test" size="14">
and be sure you have a </INPUT> after the <xsl:attribute> block.

______________________________________
Joe Kesselman  / IBM Research


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


Current Thread