You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/06/21 12:32:54 UTC

svn commit: r670176 - /myfaces/myfaces-build-tools/trunk/other/normalizer/README.txt

Author: skitching
Date: Sat Jun 21 03:32:54 2008
New Revision: 670176

URL: http://svn.apache.org/viewvc?rev=670176&view=rev
Log:
Trivial documentation update

Modified:
    myfaces/myfaces-build-tools/trunk/other/normalizer/README.txt

Modified: myfaces/myfaces-build-tools/trunk/other/normalizer/README.txt
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/other/normalizer/README.txt?rev=670176&r1=670175&r2=670176&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/other/normalizer/README.txt (original)
+++ myfaces/myfaces-build-tools/trunk/other/normalizer/README.txt Sat Jun 21 03:32:54 2008
@@ -5,6 +5,9 @@
 All "non-critical" data, like comments and "description" fields are discarded. 
 All xml elements and attributes are then sorted into a consistent order:
  * elements with just text content are sorted before others.
+ * elements are sorted alphabetically by element name
+ * elements with same name are sorted according to the text content of their child nodes
+   (means that <tag><name>foo</name></tag> is sorted on the content of the name child).
  
 This tool is partly a generic XML "normaliser", but takes a few shortcuts that work specifically
 on TLD and faces-config files. It could possibly be expanded to support comparison of other xml