Re: [xsl] unresolved problem using html

Subject: Re: [xsl] unresolved problem using html
From: longjohn <longjohn@xxxxxxxxxxxx>
Date: Wed, 15 May 2002 10:36:14 +0200


Stuart Celarier wrote:

What you describe is possible, but you didn't provide enough details for
me to diagnose the problem. Try looking at the actual HTML (view source)
produced from the XSLT transformation and see if you can spot the error.
Otherwise post a very brief example of the code or the result that
exhibits the problem.

Example: if the HTML string to include is something like <a href="....">.....</a>
after the XSLT transformation in the actual HTML source becomes <TESTO>&lt;a href="...." ..... /a&gt;</TESTO>
Are there any possible solutions?



Make sure that you are using the <xsl:output method="html"/> element.


Of course

See the document() function for including additional XML documents.

Unfortunately I've got to include an HTML document :-( , document is only reserved to xml


Cheers, Stuart


THANKS!




XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread