You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "David Bertoni (JIRA)" <xa...@xml.apache.org> on 2005/04/29 22:36:07 UTC

[jira] Created: (XALANC-501) Creation of comments and PIs needs to detect illegal values

Creation of comments and PIs needs to detect illegal values
-----------------------------------------------------------

         Key: XALANC-501
         URL: http://issues.apache.org/jira/browse/XALANC-501
     Project: XalanC
        Type: Bug
  Components: XalanC  
    Versions: CurrentCVS    
    Reporter: David Bertoni


The XSLT recommendation places certain limitations on the values of comments and PIs:

http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions

Xalan-C currently waits until serialization to "fix-up" these values, but that's not the correct place to do it, since we can generate things other than serialized XML.  Also, waiting to do this until serialization complicates the serializers needlessly.

-- 
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] Closed: (XALANC-501) Creation of comments and PIs needs to detect illegal values

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-501?page=all ]
     
David Bertoni closed XALANC-501:
--------------------------------

     Resolution: Fixed
    Fix Version: CurrentCVS

> Creation of comments and PIs needs to detect illegal values
> -----------------------------------------------------------
>
>          Key: XALANC-501
>          URL: http://issues.apache.org/jira/browse/XALANC-501
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>      Fix For: CurrentCVS
>  Attachments: patch.txt, test1.xml, test1.xsl
>
> The XSLT recommendation places certain limitations on the values of comments and PIs:
> http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
> http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
> Xalan-C currently waits until serialization to "fix-up" these values, but that's not the correct place to do it, since we can generate things other than serialized XML.  Also, waiting to do this until serialization complicates the serializers needlessly.

-- 
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] Updated: (XALANC-501) Creation of comments and PIs needs to detect illegal values

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-501?page=all ]

David Bertoni updated XALANC-501:
---------------------------------

    Attachment: patch.txt

A patch is attached, along with a source document and stylesheet for testing purposes.

> Creation of comments and PIs needs to detect illegal values
> -----------------------------------------------------------
>
>          Key: XALANC-501
>          URL: http://issues.apache.org/jira/browse/XALANC-501
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>  Attachments: patch.txt, test1.xml, test1.xsl
>
> The XSLT recommendation places certain limitations on the values of comments and PIs:
> http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
> http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
> Xalan-C currently waits until serialization to "fix-up" these values, but that's not the correct place to do it, since we can generate things other than serialized XML.  Also, waiting to do this until serialization complicates the serializers needlessly.

-- 
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] Updated: (XALANC-501) Creation of comments and PIs needs to detect illegal values

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-501?page=all ]

David Bertoni updated XALANC-501:
---------------------------------

    Attachment: test1.xsl

> Creation of comments and PIs needs to detect illegal values
> -----------------------------------------------------------
>
>          Key: XALANC-501
>          URL: http://issues.apache.org/jira/browse/XALANC-501
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>  Attachments: patch.txt, test1.xml, test1.xsl
>
> The XSLT recommendation places certain limitations on the values of comments and PIs:
> http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
> http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
> Xalan-C currently waits until serialization to "fix-up" these values, but that's not the correct place to do it, since we can generate things other than serialized XML.  Also, waiting to do this until serialization complicates the serializers needlessly.

-- 
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] Assigned: (XALANC-501) Creation of comments and PIs needs to detect illegal values

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-501?page=all ]

David Bertoni reassigned XALANC-501:
------------------------------------

    Assign To: David Bertoni

> Creation of comments and PIs needs to detect illegal values
> -----------------------------------------------------------
>
>          Key: XALANC-501
>          URL: http://issues.apache.org/jira/browse/XALANC-501
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni

>
> The XSLT recommendation places certain limitations on the values of comments and PIs:
> http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
> http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
> Xalan-C currently waits until serialization to "fix-up" these values, but that's not the correct place to do it, since we can generate things other than serialized XML.  Also, waiting to do this until serialization complicates the serializers needlessly.

-- 
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] Updated: (XALANC-501) Creation of comments and PIs needs to detect illegal values

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-501?page=all ]

David Bertoni updated XALANC-501:
---------------------------------

    Attachment: test1.xml

> Creation of comments and PIs needs to detect illegal values
> -----------------------------------------------------------
>
>          Key: XALANC-501
>          URL: http://issues.apache.org/jira/browse/XALANC-501
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>  Attachments: patch.txt, test1.xml, test1.xsl
>
> The XSLT recommendation places certain limitations on the values of comments and PIs:
> http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
> http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
> Xalan-C currently waits until serialization to "fix-up" these values, but that's not the correct place to do it, since we can generate things other than serialized XML.  Also, waiting to do this until serialization complicates the serializers needlessly.

-- 
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: (XALANC-501) Creation of comments and PIs needs to detect illegal values

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-501?page=comments#action_64090 ]
     
David Bertoni commented on XALANC-501:
--------------------------------------

The second link should be:

http://www.w3.org/TR/xslt#section-Creating-Comments

> Creation of comments and PIs needs to detect illegal values
> -----------------------------------------------------------
>
>          Key: XALANC-501
>          URL: http://issues.apache.org/jira/browse/XALANC-501
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni

>
> The XSLT recommendation places certain limitations on the values of comments and PIs:
> http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
> http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
> Xalan-C currently waits until serialization to "fix-up" these values, but that's not the correct place to do it, since we can generate things other than serialized XML.  Also, waiting to do this until serialization complicates the serializers needlessly.

-- 
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: (XALANC-501) Creation of comments and PIs needs to detect illegal values

Posted by "Dmitry Hayes (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-501?page=comments#action_64236 ]
     
Dmitry Hayes commented on XALANC-501:
-------------------------------------

The patch is fine and is fixing the JIRA-499 issue too

> Creation of comments and PIs needs to detect illegal values
> -----------------------------------------------------------
>
>          Key: XALANC-501
>          URL: http://issues.apache.org/jira/browse/XALANC-501
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>  Attachments: patch.txt, test1.xml, test1.xsl
>
> The XSLT recommendation places certain limitations on the values of comments and PIs:
> http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
> http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
> Xalan-C currently waits until serialization to "fix-up" these values, but that's not the correct place to do it, since we can generate things other than serialized XML.  Also, waiting to do this until serialization complicates the serializers needlessly.

-- 
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