mkwan       2002/09/16 12:33:18

  Modified:    java/src/org/apache/xalan/xsltc/compiler Constants.java
  Log:
  Add a constant string for the redirect namespace.
  
  Revision  Changes    Path
  1.27      +3 -1      
xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Constants.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- Constants.java    14 Sep 2002 23:36:16 -0000      1.26
  +++ Constants.java    16 Sep 2002 19:33:18 -0000      1.27
  @@ -476,6 +476,8 @@
        = "http://www.w3.org/1999/xhtml";;
       public static final String TRANSLET_URI
        = "http://xml.apache.org/xalan/xsltc";;
  +    public static final String REDIRECT_URI
  +        = "http://xml.apache.org/xalan/redirect";;
       public static final String FALLBACK_CLASS
        = "org.apache.xalan.xsltc.compiler.Fallback";
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to