Re: Extended file extentions (XfeX) for xml/xsl files

Subject: Re: Extended file extentions (XfeX) for xml/xsl files
From: "James Tauber" <jtauber@xxxxxxxxxxx>
Date: Fri, 26 Nov 1999 22:09:01 -0500
> Choices are
>
>  single chars:
>
>    "."    standard.xmlspec.html.xsl
>    "-"    standard-xmlspec-html.xsl
>    "_"    standard_xmlspec_html.xsl
>    "@"    standard@xmlspec@html.xsl
>    ...
>
>  more complex char names
>
>   "[]"   standard.[xmlspec][html].xsl
>   "{-}"  standard.{xmlspec-html}.xsl

An obvious design principle is that the chosen delimiter should not need to
be escaped when entered on the command line of common shells (including,
eek, COMMAND.COM)

Off the top of my head (I'm really not sure about it) this leaves only "-"
and "_".

It's probably irrelevant to note (but that's never stopped me in the past)
that "-" as a delimiter in names is the convention for XSLT itself.

James


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


Current Thread