jkesselm    01/10/05 07:52:53

  Modified:    java/src/org/apache/xalan/templates ElemLiteralResult.java
  Log:
  Bugzilla 1549 -- resolve xml: prefix
  
  Revision  Changes    Path
  1.29      +3 -2      
xml-xalan/java/src/org/apache/xalan/templates/ElemLiteralResult.java
  
  Index: ElemLiteralResult.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/templates/ElemLiteralResult.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- ElemLiteralResult.java    2001/09/28 14:49:40     1.28
  +++ ElemLiteralResult.java    2001/10/05 14:52:53     1.29
  @@ -316,7 +316,7 @@
           if ((null != ns) && (ns.length() > 0))
           {
             NamespaceAlias nsa =
  -            stylesheet.getNamespaceAliasComposed(m_namespace);
  +            stylesheet.getNamespaceAliasComposed(m_namespace); // %REVIEW% 
ns?
   
             if (null != nsa)
             {
  @@ -664,9 +664,10 @@
               {
   
                 // Important Note: I'm not going to check for excluded 
namespace 
  -              // prefixes here.  It seems like it's to expensive, and I'm 
not 
  +              // prefixes here.  It seems like it's too expensive, and I'm 
not 
                 // even sure this is right.  But I could be wrong, so this 
needs 
                 // to be tested against other implementations.
  +                                                     
                 rhandler.addAttribute(avt.getURI(), avt.getName(),
                                       avt.getRawName(), "CDATA", 
stringedValue);
               }
  
  
  

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

Reply via email to