-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
stopNodes
doesn't work with removeNSPrefix
#607
Comments
We're glad you find this project helpful. We'll try to address this issue ASAP. You can vist https://solothought.com to know recent features. Don't forget to star this repo. |
candrews
changed the title
Support namespaces with
Aug 30, 2023
stopNodes
stopNodes
doesn't work with removeNSPrefix
candrews
added a commit
to candrews/fast-xml-parser
that referenced
this issue
Aug 30, 2023
candrews
added a commit
to candrews/fast-xml-parser
that referenced
this issue
Aug 30, 2023
Signed-off-by: Craig Andrews <candrews@integralblue.com>
candrews
added a commit
to candrews/fast-xml-parser
that referenced
this issue
Sep 5, 2023
Signed-off-by: Craig Andrews <candrews@integralblue.com>
candrews
added a commit
to candrews/fast-xml-parser
that referenced
this issue
Sep 5, 2023
Signed-off-by: Craig Andrews <candrews@integralblue.com>
candrews
added a commit
to candrews/fast-xml-parser
that referenced
this issue
Sep 8, 2023
Signed-off-by: Craig Andrews <candrews@integralblue.com>
amitguptagwl
pushed a commit
that referenced
this issue
Sep 10, 2023
Fixed in v4.3.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
stopNodes
doesn't work with xml documents that use namespaces whenremoveNSPrefix
is set. This issue is documented by the comment at https://github.com/NaturalIntelligence/fast-xml-parser/blob/v4.2.7/src/xmlparser/OrderedObjParser.js#L308The
stopNodes
feature should work with xml that uses namespaces withremoveNSPrefix=true
.Input
Code
Output
expected data
Would you like to work on this issue?
Bookmark this repository for further updates. Visit SoloThought to know about recent features.
The text was updated successfully, but these errors were encountered: