RE: [xsl] Using a template to transform a node attribute

Subject: RE: [xsl] Using a template to transform a node attribute
From: "Emerson, Matt" <Matt.Emerson@xxxxxxx>
Date: Mon, 12 Sep 2005 11:54:08 -0400
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@xxxxxxxxx]
Sent: Monday, September 12, 2005 11:46 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
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
________________________________________________________________________

Current Thread