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

ASF subversion and git services commented on NIFI-1421:
-------------------------------------------------------

Commit beb92492bee282a0a5bdffa2e1009ccb3692c9f4 in nifi's branch 
refs/heads/master from [~joewitt]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=beb9249 ]

NIFI-1421 This closes #184. Added content assertion to test and removed extra 
space

Signed-off-by: Mark Payne <[email protected]>


> SplitXML produces invalid XML for source containing namespace declarations
> --------------------------------------------------------------------------
>
>                 Key: NIFI-1421
>                 URL: https://issues.apache.org/jira/browse/NIFI-1421
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>    Affects Versions: 0.4.1
>            Reporter: Richard Miskin
>            Assignee: Mark Payne
>             Fix For: 0.5.0
>
>         Attachments: 
> 0001-NIFI-1421-This-closes-184.-Added-content-assertion-t.patch
>
>
> The SplitXML processor ignores namespace declarations which means the 
> generated XML is invalid for examples like this:
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <bundle xmlns:foo="http://namespace/1";>
>     <node>
>         <foo:subNode1 attribute="d&amp;b">
>             <value>Hello &amp; Goodbye</value>
>         </foo:subNode1>
>         <foo:subNode2 xmlns:goo="http://namespace/2";>
>             <goo:value>World</goo:value>
>         </foo:subNode2>
>     </node>
> </bundle>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to