xsl-list
[Top] [All Lists]

Re: Using a template to transform a node attribute

2005-09-12 08:46:07


Use "&lt;" for "<" in attribute values.

That usually means that someone omitted a closing " arround an
attribute value so the XML parser barfed at the start of the next
element

<foo abc="123>
  <bar
  ^ can't have < in the abc attribute.

Given my typing accuracy I'd assumed I'd done it but my example looks Ok
to me, so I blame you:-)

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
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>
--~--