This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: unresolved problem using html




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]