Stefan Eissing wrote: > [snip] > Currently the templates allow only "unreservered" chars between the > curly braces which works well for parameter names. Perhaps an "escape > hatch" would come in handy so the production could look like this: > > template-char = unreserved > template-name = 1*template-char > ext_char = unreserved / gen-delims / sub-delims > template-var = "{" template-name [ ":" 1*ext_char ] "}" > I think this could work. Although from the template processors point of view I would still treat the entire thing as an opaque char sequence. The only thing the processor would need to pay attention to are the characters used so it can validate the template. The interpretation of the template-var is still left up to the application context. - JamesReceived on Saturday, 7 October 2006 19:46:22 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 23 October 2007 06:11:49 GMT