Re: AW: HTML-Code from XML-File in XSL

2004-04-06 Thread Mark Lundquist
On Apr 5, 2004, at 11:07 AM, Christopher Painter-Wakefield wrote: Ah, you are having an XSL problem. If you look at what xsl:value-of does, it turns things into strings. That too :-) You want xsl:apply-templates, not xsl:value-of, and don't forget to actually supply the template that's goi

Re: AW: HTML-Code from XML-File in XSL

2004-04-06 Thread Mark Lundquist
On Apr 5, 2004, at 10:30 AM, Nils Köster wrote: Upps, I tink my question was a little confusing, sorry about that! I have: + xml-file: TEXT TEXT TEXT http://somewhere";>LINK + xsl-template My output up to now is: TEXT TEXT TEXT LINK This is a basic XSLT question. The

Re: AW: HTML-Code from XML-File in XSL

2004-04-05 Thread Christopher Painter-Wakefield
| | cc: | | Subject: AW: HTML-Code from XML-File in XSL | >--| Upps, I tink my question was a little confusing, s

AW: HTML-Code from XML-File in XSL

2004-04-05 Thread Nils Köster
Upps, I tink my question was a little confusing, sorry about that! I have: + xml-file: TEXT TEXT TEXT http://somewhere";>LINK + xsl-template + Pipeline: 1. Generate XML 2. transform XSL 3. serialize HTML My output up to now is: TEXT TEXT TEXT LINK I dream o