You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Steven Cummings <st...@yahoo.com> on 2003/06/06 23:50:55 UTC

session transformer not behaving

Hello,

I've seen some discussion of this component lately on
the mailing list but my problem seems a little
different. I have ensured that my session namespace is
updated to the new one
(http://apache.org/cocoon/session/1.0), so that's not
the problem.

Basically, this is what is happening. I have the
following fragment before the transformer:

-------->8---------------------------------------------
You are logged in as
<session:getxml
xmlns:session="http://apache.org/cocoon/session/1.0"
                        context="authentication"
path="/authentication/ID"/>
        [<link uri="logout">Logout</link>]
-----------------------------------------8<------------

After applying the session transformer it looks like
this:

-------->8---------------------------------------------
[<link uri="logout" context="authentication"
path="/authentication/ID">Logout</link>]
-----------------------------------------8<------------

Strangely, I'm also noticing that the xalan
transformer (not xsltc) is removing the session
namespace declarations, but the above odd-operation is
still occuring, so I would guess that it has nothing
to do with this problem.

Does such an error look familar to anyone? TIA

Steven


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org