xsl-list
[Top] [All Lists]

RE: Using a template to transform a node attribute

2005-09-12 08:54:08

That seems reasonable especially since when I looked in my XSL I noticed
that I was missing a ".

missing " = a half day of work.

Thanks for the help!

-----Original Message-----
From: David Carlisle [mailto:davidc(_at_)nag(_dot_)co(_dot_)uk] 
Sent: Monday, September 12, 2005 11:46 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Using a template to transform a node attribute




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

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