You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2022/08/04 16:21:28 UTC

[GitHub] [daffodil] stevedlawrence commented on pull request #819: Support XML strings in XMLTextInfosetInputter/Outputter

stevedlawrence commented on PR #819:
URL: https://github.com/apache/daffodil/pull/819#issuecomment-1205477620

   > In your introductory description of the PR, the comment suggests that for an XML string like `<foo>...</foo>` the output XML would be `<foo><stringAsXML xmlns=''><xml>.....</xml></stringAsXML></foo>` but your code of the infoset outputter shows `<stringAsXML xmlns=''><xml><foo>.....</foo></xml></stringAsXML>`, which I think has to be correct. We can't insert elements insde the elements from the XML string, only around them.
   
   Can you point out in the code? I don't *think* it inserts anything inside the xml, but I might have a bug that I'm not seeing.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org