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
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
|
| cc:
|
| Subject: AW: HTML-Code from XML-File in XSL
|
>--|
Upps,
I tink my question was a little confusing, s
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