Dear colleagues, I want to use URL rewriting within xsp's and tried this:
<?xml version="1.0" encoding="iso-8859-1"?> <xsp:page xmlns:xsp="http://apache.org/xsp" xmlns:xsp-session="http://apache.org/xsp/session/2.0" create-session="true"> <service> <xsp:element name="button"> <xsp:attribute name="action"><xsp-session:encode-url href="xyAction">Follow me</xsp-session:encode-url></xsp:attribute> </xsp:element> </service> </xsp:page> But the resulting xml is: <?xml version="1.0" encoding="UTF-8"?> <service xmlns:xsp="http://apache.org/xsp" xmlns:xsp-session="http://apache.org/xsp/session/2.0"> <button action=""> </button> </service> What is wrong with encode-url? Thank you, best regards - Volker - --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>