You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jk...@locus.apache.org on 2000/09/21 21:14:02 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/processor CompilingStylesheetHandler.java

jkesselm    00/09/21 12:14:02

  Modified:    java/src/org/apache/xalan/processor
                        CompilingStylesheetHandler.java
  Log:
  (Minor cleanup)
  
  Revision  Changes    Path
  1.3       +0 -3      xml-xalan/java/src/org/apache/xalan/processor/CompilingStylesheetHandler.java
  
  Index: CompilingStylesheetHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/processor/CompilingStylesheetHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CompilingStylesheetHandler.java	2000/09/21 19:09:59	1.2
  +++ CompilingStylesheetHandler.java	2000/09/21 19:14:01	1.3
  @@ -839,9 +839,6 @@
                   // Resolves prefix in terms of STYLESHEET context, not input
                   // or output doc context... which requires that we track
                   // that context in our compiled code. Grrr.
  -                // TODO: ***** BIG ISSUE: What about uncompiled nodes? Do we need
  -                //         to become their parent and support gNFP()?
  -                //       Bigger restructuring than I've been doing.
                   +attrNameSpace+"=nsSupport.getURI("+nsprefix+");\n"
                   
                   // The if here substitutes for early returns in original code