[
https://issues.apache.org/jira/browse/JENA-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15254405#comment-15254405
]
ASF subversion and git services commented on JENA-1168:
-------------------------------------------------------
Commit 5f625be1c125b07bb8e80fc8fd500805d11ceb95 in jena's branch
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=5f625be ]
JENA-1168: Test case
> RIOT RDFWriter does not pass on properties.
> -------------------------------------------
>
> Key: JENA-1168
> URL: https://issues.apache.org/jira/browse/JENA-1168
> Project: Apache Jena
> Issue Type: Bug
> Components: RIOT
> Affects Versions: Jena 3.0.1
> Reporter: Andy Seaborne
>
> {noformat}
> public static void main(String... args) throws Exception {
> Model model = RDFDataMgr.loadModel("/home/afs/tmp/D.ttl") ;
> //RDFWriter rdfWriter = new
> org.apache.jena.rdfxml.xmloutput.impl.Abbreviated() ;
> RDFWriter rdfWriter = model.getWriter("RDF/XML-ABBREV");
> rdfWriter.setProperty("showXmlDeclaration", "true");
> rdfWriter.setProperty("showDoctypeDeclaration", "true");
> rdfWriter.write(model, System.out, null);
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)