Skip to main content
1 vote
0 answers
74 views

I am trying to deserialize a given piece of XML that looks like this: <?xml version="1.0" encoding="utf-8"?> <tst:myRootElement xmlns:tst="myGivenNamespace"> ...
Frank_J's user avatar
  • 11
1 vote
2 answers
62 views

I'm trying to sort entries in an XML file using Saxon, Saxon:sort and an XSLT 3.0 stylesheet. I need to sort the nodes by the date in the <blogger:filename> field, which has the date as part of ...
BlueDogRanch's user avatar
-1 votes
1 answer
102 views

If I try to read an XML document without prefixes, it works fine. But with prefixes, I'm not getting the content. Sample: <rsm:CrossIndustryInvoice xmlns:a="urn:un:unece:uncefact:data:standard:...
ThomasB's user avatar
1 vote
1 answer
68 views

I'm trying to remove all the comments from an XML export of a Blogger blog. This involves finding and deleting each <entry> that contains a child node of <blogger:type>COMMENT</blogger:...
BlueDogRanch's user avatar
0 votes
1 answer
99 views

The answer to my earier question How do I access an XML node that uses quote marks with xmlstarlet? shows how to access a node using the namespace, and in that case, deleting the entire node. ...
BlueDogRanch's user avatar
1 vote
1 answer
71 views

I am using TEMP-TABLE files with DATA-RELATIONs and WRITE-XML function to create XML files. However, the NAMESPACE-URI value is printing in both the document header and the first data tag: xmlns=&...
JSS's user avatar
  • 37
1 vote
1 answer
77 views

I have this XML <?xml version="1.0" encoding="UTF-8"?> <item xmlns="http://www.p-corp.com/ns/pyxml" version="2.2" xml:lang="en-us"> &...
ondrums's user avatar
  • 178
1 vote
0 answers
54 views

I'm writing a Nuget Package (which I'll post as Open Source to Github once it's done) that implements xml canonicalization using the Canonical XML Version 2.0 (c14n2) spec. I've also been using Test ...
Dave Black's user avatar
  • 8,199

15 30 50 per page
1
2 3 4 5
165