You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Björn Bength (Issue Comment Edited JIRA)" <ji...@apache.org> on 2011/11/11 00:01:54 UTC

[jira] [Issue Comment Edited] (CAMEL-4666) support catalog entity resolver in validator-component

    [ https://issues.apache.org/jira/browse/CAMEL-4666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148085#comment-13148085 ] 

Björn Bength edited comment on CAMEL-4666 at 11/10/11 11:01 PM:
----------------------------------------------------------------

applies to camel-core.
decided to upload my little patch to have something to think about.

the usage of this implementation is:

from("..")
to("validator:schema.xsd?catalog=catalog.cat")
....


                
      was (Author: bjoben):
    applies to camel-core.
decided to upload my little patch to have something to think about.
                  
> support catalog entity resolver in validator-component
> ------------------------------------------------------
>
>                 Key: CAMEL-4666
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4666
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Björn Bength
>         Attachments: validator-catalog.patch
>
>
> When validating XML files against schema files, it's fairly common they import other schemas and it's faily common they cannot be found, or reached, at the specified schema location. Their location must therefore be rewritten, or resolved, to find the the correct schema-file elsewhere.
> Apache's xml-resolver implements support for oasis and xcatalog formats.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira