[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: cocoon parameters and matcher question

Subject: Re: cocoon parameters and matcher question
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Wed, 06 Nov 2002 10:56:59 +0100
cocoon parameter
Wrong list, have a look at Cocoon users mailing list (http://xml.apache.org/cocoon/mail-lists.html).

The answer:
You have a <map:act/>. To access a parameter outside of it, you must use XPath-like parent syntax: {../1}


So <map:generate src="http://myhost/es/shop/{../1}{requestQuery}"/> should work.

Regards,

Joerg

Thomas Sandor wrote:
hi all,

In the cocoon sitemap.xmap I get my XML source from a servlet, and pass
parameters to it.
What doesn't work is the '*" == {1} syntax. If I use in the pattern e.g.:
<map:match pattern="buy/catalog"> and for the generated src
http://myhost/es/shop/catalog{requestQuery}" it works, but if I don't want
to re-map all my servlet callings, just want to use wilcard for all that,
cocoon comes with a syntax error, it couldn't evaluate {1}, simply forgets
it, so the source won't work.

<map:match pattern="buy/*">
    <map:act type="request">
        <map:parameter name="parameters" value="true"/>
        <map:generate src="http://myhost/es/shop/{1}{requestQuery}"/>
    </map:act>
    <map:transform src="transforms/catalog.xsl"/>
    <map:serialize type="html"/>
  </map:match>

Does anybody know how to use wilcard and parameter in specifing the source
in Cocoon2?

Thanks for any kind of help.

Regards,
Thomas


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.