You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Jan Rihak (JIRA)" <xa...@xml.apache.org> on 2005/04/14 11:54:18 UTC

[jira] Created: (XALANJ-2100) Unrecognised Namespace beginning with '//'

Unrecognised Namespace beginning with '//'
------------------------------------------

         Key: XALANJ-2100
         URL: http://issues.apache.org/jira/browse/XALANJ-2100
     Project: XalanJ2
        Type: Bug
  Components: Xalan  
    Versions: 2.6    
    Reporter: Jan Rihak
    Priority: Minor


The namespace declaration in the following line seems to pose problems to xalan:

<XMI xmi.version = '1.1' xmlns:UML = '//org.omg/UML/1.3'>

running xalan on a XMI file generated by the modeling tool borland together 6.2, the xslt processor output the following error message: 

SystemId Unknown; Line #135; Column #43; XSLT Error (javax.xml.transform.TransformerConfigurationException): javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: A location step was expected following the '/' or '//' token.

where line #135 is: 

<xsl:for-each select="//UML:Association">

I posted the issue on xsl-list@lists.mulberrytech.com , tried out the XSL transformation file with the Saxon XSLT processor and experienced no problems.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Assigned: (XALANJ-2100) Unrecognised Namespace beginning with '//'

Posted by "Brian Minchau (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANJ-2100?page=all ]

Brian Minchau reassigned XALANJ-2100:
-------------------------------------

    Assign To: Joanne Tong

> Unrecognised Namespace beginning with '//'
> ------------------------------------------
>
>          Key: XALANJ-2100
>          URL: http://issues.apache.org/jira/browse/XALANJ-2100
>      Project: XalanJ2
>         Type: Bug
>   Components: Xalan
>     Versions: 2.6
>     Reporter: Jan Rihak
>     Assignee: Joanne Tong
>     Priority: Minor

>
> The namespace declaration in the following line seems to pose problems to xalan:
> <XMI xmi.version = '1.1' xmlns:UML = '//org.omg/UML/1.3'>
> running xalan on a XMI file generated by the modeling tool borland together 6.2, the xslt processor output the following error message: 
> SystemId Unknown; Line #135; Column #43; XSLT Error (javax.xml.transform.TransformerConfigurationException): javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: A location step was expected following the '/' or '//' token.
> where line #135 is: 
> <xsl:for-each select="//UML:Association">
> I posted the issue on xsl-list@lists.mulberrytech.com , tried out the XSL transformation file with the Saxon XSLT processor and experienced no problems.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Commented: (XALANJ-2100) Unrecognised Namespace beginning with '//'

Posted by "Henry Zongaro (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANJ-2100?page=comments#action_62814 ]
     
Henry Zongaro commented on XALANJ-2100:
---------------------------------------

That's a problem with the way the Xalan-J Interpretive processor breaks an XPath expression into its component tokens.  It replaces any prefix that appears in the expression with the corresponding URI, causing itself later problems if that URI begins with something that looks like some other token - / in this case.

> Unrecognised Namespace beginning with '//'
> ------------------------------------------
>
>          Key: XALANJ-2100
>          URL: http://issues.apache.org/jira/browse/XALANJ-2100
>      Project: XalanJ2
>         Type: Bug
>   Components: Xalan
>     Versions: 2.6
>     Reporter: Jan Rihak
>     Priority: Minor

>
> The namespace declaration in the following line seems to pose problems to xalan:
> <XMI xmi.version = '1.1' xmlns:UML = '//org.omg/UML/1.3'>
> running xalan on a XMI file generated by the modeling tool borland together 6.2, the xslt processor output the following error message: 
> SystemId Unknown; Line #135; Column #43; XSLT Error (javax.xml.transform.TransformerConfigurationException): javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: A location step was expected following the '/' or '//' token.
> where line #135 is: 
> <xsl:for-each select="//UML:Association">
> I posted the issue on xsl-list@lists.mulberrytech.com , tried out the XSL transformation file with the Saxon XSLT processor and experienced no problems.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Updated: (XALANJ-2100) Unrecognised Namespace beginning with '//'

Posted by "Brian Minchau (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANJ-2100?page=all ]

Brian Minchau updated XALANJ-2100:
----------------------------------

    fix-priority: fp2

> Unrecognised Namespace beginning with '//'
> ------------------------------------------
>
>          Key: XALANJ-2100
>          URL: http://issues.apache.org/jira/browse/XALANJ-2100
>      Project: XalanJ2
>         Type: Bug
>   Components: Xalan
>     Versions: 2.6
>     Reporter: Jan Rihak
>     Priority: Minor

>
> The namespace declaration in the following line seems to pose problems to xalan:
> <XMI xmi.version = '1.1' xmlns:UML = '//org.omg/UML/1.3'>
> running xalan on a XMI file generated by the modeling tool borland together 6.2, the xslt processor output the following error message: 
> SystemId Unknown; Line #135; Column #43; XSLT Error (javax.xml.transform.TransformerConfigurationException): javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: A location step was expected following the '/' or '//' token.
> where line #135 is: 
> <xsl:for-each select="//UML:Association">
> I posted the issue on xsl-list@lists.mulberrytech.com , tried out the XSL transformation file with the Saxon XSLT processor and experienced no problems.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Commented: (XALANJ-2100) Unrecognised Namespace beginning with '//'

Posted by "Brian Minchau (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANJ-2100?page=comments#action_64397 ]
     
Brian Minchau commented on XALANJ-2100:
---------------------------------------

The XPath parser in the interpretive parser has trouble recognizing the URI in later processing if the URI starts with '/'.

Setting fix priority to fp2 and assigning to Joanne T. per the Xalan-J issue meeting on May 3, 2005.

> Unrecognised Namespace beginning with '//'
> ------------------------------------------
>
>          Key: XALANJ-2100
>          URL: http://issues.apache.org/jira/browse/XALANJ-2100
>      Project: XalanJ2
>         Type: Bug
>   Components: Xalan
>     Versions: 2.6
>     Reporter: Jan Rihak
>     Priority: Minor

>
> The namespace declaration in the following line seems to pose problems to xalan:
> <XMI xmi.version = '1.1' xmlns:UML = '//org.omg/UML/1.3'>
> running xalan on a XMI file generated by the modeling tool borland together 6.2, the xslt processor output the following error message: 
> SystemId Unknown; Line #135; Column #43; XSLT Error (javax.xml.transform.TransformerConfigurationException): javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: A location step was expected following the '/' or '//' token.
> where line #135 is: 
> <xsl:for-each select="//UML:Association">
> I posted the issue on xsl-list@lists.mulberrytech.com , tried out the XSL transformation file with the Saxon XSLT processor and experienced no problems.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org