Hi!
I don' know if this is OT, beause I cant find the
problem!
I'm writing a stylesheet that transforms xml int
xhtml (Transitional/basic/Mobile Profile).
I use Cocoon 2.0.4 as publishing
framework.
I have a problem with a portion of code
generated:
The goal is to produce something like this: <a
href="">Rome</a>
The xml is like this:
<city>
<name>Rome</name>
<state>...</state>
.....
</city>
The stylesheet I wrote is this:
<xsl:template
match="city">
.....
<a
href=""><xsl:value-of select="name"/></a>
.....
</xsl:template>
But the result
is
<a
href="">Rome</a>
I think the ": " are tabs, but I really
don't know why they are inserted!
Of course this causes an error when you follow that
link... (not on all browsers... with IE it works correctly, but, for example,
with the Nokia Mobile Browser... It doesn't)
Is this a encoding problem?? Or a
serialization problem?
( Here I put the serializaer I use...
<map:serializer logger="sitemap.serializer.xhtml" mime-type="text/html"
name="xhtml-Basic" pool-grow="2" pool-max="64" pool-min="2"
src="">
<doctype-public>-//W3C//DTD XHTML Basic
1.0//EN</doctype-public>
<doctype-system>http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd</doctype-system>
</map:serializer>
)
If yes, How can I solve it??
Any idea is well accepted!!
Thank you for all the answers. Best
regards,
Nesto
|
- Re: tabs in the output Nesto
- Re: tabs in the output Lionel Crine
- RE: tabs in the output Robert Koberg
- RE: tabs in the output adam . kaczmarz
- Re: tabs in the output Nesto
- Re: tabs in the output Nesto
- RE: tabs in the output zze-MORY Nicolas FTRD/DMI/REN
- Printing to HP Eric di Domenico