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

ASF GitHub Bot commented on TIKA-3014:
--------------------------------------

dameikle commented on pull request #306: TIKA-3014: Update to fix XLIFF12Parser 
failures with ToXMLHandler
URL: https://github.com/apache/tika/pull/306
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> XLIFF12Parser fails with ToXMLHandler 
> --------------------------------------
>
>                 Key: TIKA-3014
>                 URL: https://issues.apache.org/jira/browse/TIKA-3014
>             Project: Tika
>          Issue Type: Task
>            Reporter: Tim Allison
>            Priority: Minor
>
> XLIFF12Parser fails with ToXMLHandler because xml namespace isn't set, but is 
> needed for "xml:lang".
> One option would be to remove the namespace on the lang attribute?
> [~dmeikle], any recommendations?
> To see the problem:
> 1) Make XLIFF12ParserTest extend TikaTest
> 2) add this test:
> {noformat}
>     @Test
>     public void testToXMLHandler() throws Exception {
>         String xml = getXML("testXLIFF12.xlf").xml;
>         assertContains("<p lang=\"en\">Another trans-unit</p>", xml);
>         assertContains("<p lang=\"fr\">Un autre trans-unit</p>", xml);
>     }
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to