[xml] Automatically use xsi:schemaLocation in pom.xml files as the schema

2015-04-23 Thread Andrew Pennebaker
Could xmllint please require less configuration? E.g., when xmllint'ing a pom.xml file, could it automatically look for the schema in xsi:schemaLocation instead of requiring the user to manually, redundantly provide this URL? -- Cheers, Andrew ___ xml

[xml] Which XPATH syntax does xmlstarlet support?

2015-04-23 Thread Andrew Pennebaker
When I try to hand xmlstarlet the same XPATH query syntax I use in Chrome and Firefox, xmlstarlet never seems to find any results. Is there a document detailing the idiosyncrasies of xmlstarlet XPATH vs WebKit XPATH, so that I know how to convert my browser queries into xmlstarlet-compatible

[xml] xmllint: accept XML input from stdin, please

2014-06-02 Thread Andrew Pennebaker
xmllint would play much more nicely with other Unix tools if XML could be piped into stdin when needed. Could the next version add this feature? -- Cheers, Andrew Pennebaker www.yellosoft.us ___ xml mailing list, project page http://xmlsoft.org/ xml

Re: [xml] xmllint: accept XML input from stdin, please

2014-06-02 Thread Andrew Pennebaker
Ah, the dash. xmllint [options] -, it's right there at the top of the man page. For some reason, I couldn't grep it :P On Mon, Jun 2, 2014 at 2:26 AM, Alex Bligh a...@alex.org.uk wrote: On 2 Jun 2014, at 07:06, Andrew Pennebaker wrote: xmllint would play much more nicely with other Unix