Re: [xsl] Strange template behavior

Subject: Re: [xsl] Strange template behavior
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Tue, 4 Sep 2012 14:37:26 +0100
> 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