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

ASF GitHub Bot commented on JENA-1494:
--------------------------------------

Github user rvesse commented on a diff in the pull request:

    https://github.com/apache/jena/pull/366#discussion_r170616197
  
    --- Diff: jena-arq/src/main/java/org/apache/jena/riot/SysRIOT.java ---
    @@ -50,14 +51,20 @@
         /**
          * Context key for old style RDFWriter properties. The value of this 
in a
          * {@link Context} must be a {@code Map<String, Object>}. The entries 
of the
    -     * map are used to set writer properties before the Jena legalacy
    +     * map are used to set writer properties before the Jena legacy
          * {@link RDFWriter} is called. Only has any effect on RDF/XML and
          * RDF/XML-ABBREV.
          */
    -
    -    /** Context key for old style RDFWriter properties */ 
         public static final Symbol sysRdfWriterProperties      = 
Symbol.create(riotBase+"rdfWriter_properties") ;
    -    
    +
    +    /**
    +     * Context key for old style RDFReader properties. The value of this 
in a
    +     * {@link Context} must be a {@code Map<String, Object>}. The entries 
of the
    +     * map are used to set reader properties before the Jena legalacy
    --- End diff --
    
    Typo - `legalacy`


> Allow setting of RDF/XML Reader properties when using RIOT.
> -----------------------------------------------------------
>
>                 Key: JENA-1494
>                 URL: https://issues.apache.org/jira/browse/JENA-1494
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: RIOT
>    Affects Versions: Jena 3.6.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>             Fix For: Jena 3.7.0
>
>
> RIOT does not currently have a mechanism for setting the ARP (Jena's RDF/XML 
> parser) properties. Of all the parsers, only ARP has properties to set. The 
> RIOT/ARP bridge , {{ReaderRIOTRDFXML}}, has no mechanism for passing 
> property/value settings to ARP.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to