that happens if your stylesheet has no matcher but content is copied.
sounds that a stylesheet has a matcher for urls without a / at the end.
Antonio Magni schrieb:
I tried the to use the html serializer instead, but the problem persists.
OK, so here are the details of the mistery:
1) The problem only appears for [EMAIL PROTECTED] tags;
2) The symptom is that the <a> tag (and all paramters) are dropped,
but the content of it is held intact.
3) Some examples:
Say root="/lenya/default/authoring"
<a href="{$root}">Hello!</a>
produces
<a href="/lenya/default/authoring">Hello!</a>
But!!:
<a href="{$root}/">Hello!</a>
produces
Hello!
while running the same example in the same position, but just
substituting href with id (or <a> with <p>), produces normal output.
CRAAAYYYZZZEEEEE!!
There has to be some funky substitution going on somwhere...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]