stefano     00/09/14 07:01:46

  Modified:    src/org/apache/cocoon/processor/xsp xsp-java.xsl
  Log:
  fixed problem with XSP namespaces (uses the attribute name documented)
  
  Revision  Changes    Path
  1.19      +1 -1      
xml-cocoon/src/org/apache/cocoon/processor/xsp/xsp-java.xsl
  
  Index: xsp-java.xsl
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon/src/org/apache/cocoon/processor/xsp/xsp-java.xsl,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- xsp-java.xsl      2000/08/22 00:39:42     1.18
  +++ xsp-java.xsl      2000/09/14 14:01:45     1.19
  @@ -203,7 +203,7 @@
            because Cocoon expects its PIs to be at the top level. -->
       document.appendChild(
          document.createProcessingInstruction(
  -         "<xsl:value-of select="@target"/>",
  +         "<xsl:value-of select="@name"/>",
            <xsl:for-each select="xsp:text|xsp:expr">
              <xsl:choose>
                <xsl:when test="name(.) = 'xsp:text'">
  
  
  

Reply via email to