xsl-list
[Top] [All Lists]

Re: [xsl] Adding form elements captured from xml

2008-04-11 04:32:55
Hi David...

Of course! it didn't occur to me to add an attribute call.....

Thanks for that

Aaron


On Fri, Apr 11, 2008 at 11:30 AM, David Carlisle 
<davidc(_at_)nag(_dot_)co(_dot_)uk> wrote:

 > ...but you can't put the <xsl:for-each> elements inside the value=""
 > because it's not valid code.

 XSLt has to be well formed XML otherwise it will not get past the XML
 parser and the XSLt engine will never start to execute it.


 Don't go

 <input value="<xsl:for-each


 as putting < in an XML attribute makes the document not well formed.

 go

 <input>
 <xsl:attribute name="value">
  <xsl:for-each



 David

 --~------------------------------------------------------------------
 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
 To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
 or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
 --~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>