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/10 20:53:16 UTC

[jira] Created: (XALANC-478) Add support for XMLEntityResolver

Add support for XMLEntityResolver
---------------------------------

         Key: XALANC-478
         URL: http://issues.apache.org/jira/browse/XALANC-478
     Project: XalanC
        Type: Improvement
  Components: XalanC  
    Versions: CurrentCVS    
    Reporter: David Bertoni
 Assigned to: David Bertoni 
     Fix For: 1.10
 Attachments: patch.txt

This patch adds support for the news Xerces-C class XMLEntityResolver, which is an enhanced version of EntityResolver.

Committers, can you please review the patch?

-- 
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: (XALANC-478) Add support for XMLEntityResolver

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

David Bertoni updated XALANC-478:
---------------------------------

    Attachment: patch.txt

> Add support for XMLEntityResolver
> ---------------------------------
>
>          Key: XALANC-478
>          URL: http://issues.apache.org/jira/browse/XALANC-478
>      Project: XalanC
>         Type: Improvement
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>      Fix For: 1.10
>  Attachments: patch.txt
>
> This patch adds support for the news Xerces-C class XMLEntityResolver, which is an enhanced version of EntityResolver.
> Committers, can you please review the patch?

-- 
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] Commented: (XALANC-478) Add support for XMLEntityResolver

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

In the XalanTransformer.hpp , the change EntityResolverType -> EntityResolver may force the user to rewrite his code (break the API compatibility) . 

> Add support for XMLEntityResolver
> ---------------------------------
>
>          Key: XALANC-478
>          URL: http://issues.apache.org/jira/browse/XALANC-478
>      Project: XalanC
>         Type: Improvement
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>      Fix For: 1.10
>  Attachments: patch.txt
>
> This patch adds support for the news Xerces-C class XMLEntityResolver, which is an enhanced version of EntityResolver.
> Committers, can you please review the patch?

-- 
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] Commented: (XALANC-478) Add support for XMLEntityResolver

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

Dmitry Hayes commented on XALANC-478:
-------------------------------------

Dave , are you planning to add the feature to the upcoming release ? If yes , let's do it asap b/c we should update our docs for the feature. Thanks!

> Add support for XMLEntityResolver
> ---------------------------------
>
>          Key: XALANC-478
>          URL: http://issues.apache.org/jira/browse/XALANC-478
>      Project: XalanC
>         Type: Improvement
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>      Fix For: 1.10
>  Attachments: patch.txt
>
> This patch adds support for the news Xerces-C class XMLEntityResolver, which is an enhanced version of EntityResolver.
> Committers, can you please review the patch?

-- 
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-478) Add support for XMLEntityResolver

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

I agree this may break compatibility, but I believe the risk is low, since it's  a Xerces-C class, and the typedef is more for our convenience.

Also, I now believe the practice I started of using typedefs for Xerces-C classes was a mistake.  We should just be bringing them into our namespace.  That's a lot clearer, and makes integration easier.

> Add support for XMLEntityResolver
> ---------------------------------
>
>          Key: XALANC-478
>          URL: http://issues.apache.org/jira/browse/XALANC-478
>      Project: XalanC
>         Type: Improvement
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>      Fix For: 1.10
>  Attachments: patch.txt
>
> This patch adds support for the news Xerces-C class XMLEntityResolver, which is an enhanced version of EntityResolver.
> Committers, can you please review the patch?

-- 
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] Resolved: (XALANC-478) Add support for XMLEntityResolver

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XALANC-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Bertoni resolved XALANC-478.
----------------------------------

    Resolution: Fixed

Patches applied.

> Add support for XMLEntityResolver
> ---------------------------------
>
>                 Key: XALANC-478
>                 URL: https://issues.apache.org/jira/browse/XALANC-478
>             Project: XalanC
>          Issue Type: Improvement
>          Components: XalanC
>    Affects Versions: CurrentCVS
>            Reporter: David Bertoni
>            Assignee: David Bertoni
>             Fix For: 1.10
>
>         Attachments: patch.txt
>
>
> This patch adds support for the news Xerces-C class XMLEntityResolver, which is an enhanced version of EntityResolver.
> Committers, can you please review the patch?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Closed: (XALANC-478) Add support for XMLEntityResolver

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XALANC-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Bertoni closed XALANC-478.
--------------------------------


> Add support for XMLEntityResolver
> ---------------------------------
>
>                 Key: XALANC-478
>                 URL: https://issues.apache.org/jira/browse/XALANC-478
>             Project: XalanC
>          Issue Type: Improvement
>          Components: XalanC
>    Affects Versions: CurrentCVS
>            Reporter: David Bertoni
>            Assignee: David Bertoni
>             Fix For: 1.10
>
>         Attachments: patch.txt
>
>
> This patch adds support for the news Xerces-C class XMLEntityResolver, which is an enhanced version of EntityResolver.
> Committers, can you please review the patch?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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