Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: parsing CDATA that has embedded XML doc #11

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Conversation

muktihari
Copy link
Owner

A CDATA section is typically used to embed an XML document within another XML document: <![CDATA[<element>text</element>]]>, the parser should be able to parse <element>text</element> as the CharData.

Ref: https://www.ibm.com/docs/en/integration-bus/10.0?topic=messages-xmlnsc-working-cdata

@muktihari muktihari added the bug Something isn't working label Jun 16, 2024
@muktihari muktihari self-assigned this Jun 16, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.65%. Comparing base (3d1a3e9) to head (39bdbbb).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   93.79%   95.65%   +1.85%     
==========================================
  Files           2        2              
  Lines         274      276       +2     
==========================================
+ Hits          257      264       +7     
+ Misses         12        8       -4     
+ Partials        5        4       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@muktihari muktihari merged commit 9a55b7a into master Jun 16, 2024
1 check passed
@muktihari muktihari deleted the fix/parsing-cdata branch June 16, 2024 09:05
@muktihari muktihari changed the title fix: parsing CDATA that has a markup fix: parsing CDATA that has embedded XML doc Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants