On Wed, 2005-11-30 at 14:16 +0100, Andreas Hartmann wrote: > Felix Röthenbacher wrote: > [...]
> > > I think it is also a necessity to simplify the parameter passing in > > the sitemap pipeline, especially to break the dependency on the > > page-envelope module. It seems to be better to pass the parameters > > explicitely to the pipeline with the same approach described above. > > I agree. > > This raises the question if we should even use the URL snippet for > the document locator, or rather a globally unique ID (either generated > by the system, or assigned upon document creation). This would allow > to match the document locator using a single asterisk, which would > probably simplify pipelines. If we talk about the syntax, we probably have to consider the syntax of UUIDs used by JCR. I think the specification of JCR does not say anything about the syntax of UUIDs, but here is some info about the syntax used by Jackrabbit: http://incubator.apache.org/jackrabbit/apidocs/org/apache/jackrabbit/uuid/UUID.html http://www.ietf.org/rfc/rfc4122.txt The string representation of such an UUID looks like e.g. de8a5d8d-532a-401e-8da4-a20aec777b1b Josias > > Thanks for your proposal, I share your concerns. > > -- Andreas > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
