Re: directory generator - sorting parameter works?

2002-11-04 Thread Bert Van Kets
Hi Sanne, This feature is not available. You'll have to add it and provide a patch. You can use sorting in XSLT though using xsl:for-each and then xsl:sort. HTH, Bert At 11:14 31/10/2002 +0100, you wrote: Hi, I've been trying to get a sorted file listing from the directory generator. Here's my

directory generator - sorting parameter works?

2002-10-31 Thread Sanne de Roever
Hi, I've been trying to get a sorted file listing from the directory generator. Here's my sitemap snippet: map:match pattern=dynamic/**_dir.xml map:generate type=directory src=dynamic/{1} map:parameter name=sort value=name/ /map:generate map:serialize type=xml/ /map:match But there's no