|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Text Box Prob, Hewko, Doug | Thread | [xsl] Value Extraction Problem, P Vikram |
| RE: [xsl] Problem running xalan's s, Alarcon, Fabio | Date | RE: [xsl] Key/Use, Patrick Moore |
| Month |