Jürgen Ragaller wrote:
Hi!


I'm working on my xsl.

Is there a list of (sitemap) variables valid for 1.4? To only list I know of is:

http://solprovider.com/lenya/variables (probably not valid for 1.4)

i assume you are talking about those {foo:bar} beasts?
in cocoon parlance, they are called "input modules" (which makes a better google search term). the standard cocoon ones are documented ok on the cocoon.apache.org site. unfortunately, that's not the case for the lenya specific ones. use the source, luke.

if you're on unix, you can do this:
find -name "*xmap" -exec grep -HEr "\{[a-zA-Z]+(\:[a-zA-Z]+)+\}" {} \;
to get a list of usage examples across all sitemaps. it's not complete, but you get a first idea of which input modules are being used in lenya.

andreas has been very actively working on new input modules lately, you might want to search the dev archive for the {workflow:*} and {access-control:*} modules.

best,

jörn



--
"Open source takes the bullshit out of software."
        - Charles Ferguson on TechnologyReview.com

--
Jörn Nettingsmeier, EDV-Administrator
Institut für Politikwissenschaft
Universität Duisburg-Essen, Standort Duisburg
Mail: [EMAIL PROTECTED], Telefon: 0203/379-2736

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to