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 2006/01/15 04:37:28 UTC

svn commit: r369173 - in /myfaces: impl/trunk/src/main/tld/misc/resolve_entities-tlddoc.xsl sandbox/trunk/sandbox/src/main/tld/misc/resolve_entities-tlddoc.xsl

Author: skitching
Date: Sat Jan 14 19:37:22 2006
New Revision: 369173

URL: http://svn.apache.org/viewcvs?rev=369173&view=rev
Log:
Document the purpose of this stylesheet.

Modified:
    myfaces/impl/trunk/src/main/tld/misc/resolve_entities-tlddoc.xsl
    myfaces/sandbox/trunk/sandbox/src/main/tld/misc/resolve_entities-tlddoc.xsl

Modified: myfaces/impl/trunk/src/main/tld/misc/resolve_entities-tlddoc.xsl
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/main/tld/misc/resolve_entities-tlddoc.xsl?rev=369173&r1=369172&r2=369173&view=diff
==============================================================================
--- myfaces/impl/trunk/src/main/tld/misc/resolve_entities-tlddoc.xsl (original)
+++ myfaces/impl/trunk/src/main/tld/misc/resolve_entities-tlddoc.xsl Sat Jan 14 19:37:22 2006
@@ -2,6 +2,10 @@
 <!--
   - Stylesheet to expand xml entity references inline. 
   - 
+  - This is a temporary workaround for a bug in the tlddoc application which means that
+  - a (valid) xmlns attribute is rejected; tlddoc v1.3 only accepts input that (incorrectly)
+  - puts the tld elements in no namespace. This stylesheet therefore generates a special
+  - version of the tld for feeding to the tlddoc app, until such time as tlddoc is fixed.
   -->
 <xsl:stylesheet version="1.1"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

Modified: myfaces/sandbox/trunk/sandbox/src/main/tld/misc/resolve_entities-tlddoc.xsl
URL: http://svn.apache.org/viewcvs/myfaces/sandbox/trunk/sandbox/src/main/tld/misc/resolve_entities-tlddoc.xsl?rev=369173&r1=369172&r2=369173&view=diff
==============================================================================
--- myfaces/sandbox/trunk/sandbox/src/main/tld/misc/resolve_entities-tlddoc.xsl (original)
+++ myfaces/sandbox/trunk/sandbox/src/main/tld/misc/resolve_entities-tlddoc.xsl Sat Jan 14 19:37:22 2006
@@ -2,6 +2,10 @@
 <!--
   - Stylesheet to expand xml entity references inline. 
   - 
+  - This is a temporary workaround for a bug in the tlddoc application which means that
+  - a (valid) xmlns attribute is rejected; tlddoc v1.3 only accepts input that (incorrectly)
+  - puts the tld elements in no namespace. This stylesheet therefore generates a special
+  - version of the tld for feeding to the tlddoc app, until such time as tlddoc is fixed.
   -->
 <xsl:stylesheet version="1.1"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform">