xsl-list
[Top] [All Lists]

RE: [xsl] Standards checkers for XSLT

2006-11-24 10:43:07
 
Yes, certainly, but not:

    Dimitre>        -- camelCase notation

This is a very bad convention.

You're stuck with the fact that:

* XSLT names are hyphenated

* XML Schema names are camelCase

* names in the source and target vocabulary might be anything

So for stylesheet-defined names (variables, templates, functions) etc, you
can't be consistent with everyone. It's often best to follow the source
document vocabulary conventions.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--