As a follow-up to this question, I now have the following command:
set +H && java -cp saxon-he-10.5.jar net.sf.saxon.Query -config:saxon.xml -s:rss.xml -qs:'//item/link!substring-after(., "_")' saxon.xml
<?xml version="1.0"?> <!-- For documentation on the contents of a Saxon configuration file, see http://www.saxonica.com/html/documentation/configuration/configuration-file/index.html --> <configuration edition="HE" xmlns="http://saxon.sf.net/ns/configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://saxon.sf.net/ns/configuration config.xsd"> <global optimizationLevel="10" stripSpace="ignorable" recoveryPolicy="doNotRecover" dtdValidationRecoverable="no" /> </configuration> How can this be tweaked to get my desired output?
Desired Output
92.204.241.167 181.24.239.244 193.243.195.66 Present Output
<?xml version="1.0" encoding="UTF-8"?>92.204.241.167 181.24.239.244 193.243.195.66