Re: [xsl] Strange template behavior

Subject: Re: [xsl] Strange template behavior
From: "Mark" <mark@xxxxxxxxxxxx>
Date: Tue, 4 Sep 2012 06:48:26 -0700
Thanks Davis and  Michel -- our emails crossed in the void.
Mark

-----Original Message----- From: Mark
Sent: Tuesday, September 04, 2012 6:45 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Strange template behavior


Just realized: in html case is unimportant and <link> is an unterminated
tag.

-----Original Message----- From: Mark
Sent: Tuesday, September 04, 2012 6:42 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Strange template behavior


Andrew,
Absolutely correct. I have no idea how it got there, but the output was not
set to XML but HTML. Changing output to XML solved the problem. Any idea why
it worked for one element name and not the other?
Thanks,
Mark

-----Original Message----- From: Andrew Welch
Sent: Tuesday, September 04, 2012 6:37 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Strange template behavior


Below is a template. When it is called, it fails to terminate the element in
the output XML and gives the error:


"Error on line 273 column 9 of 33Subjects.xml:
 SXXP0003: Error reported by XML parser: The element type "Link" must be
terminated by the  matching end-tag "</Link>". Transformation failed:
Run-time errors were reported"

You probably have a transform with xsl:output method="html" somewhere in your processing chain, and you are attempting to parse its output as xml...



--
Andrew Welch
http://andrewjwelch.com

Current Thread