Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Ubuntu Saucy: What is the default console tool for parsing XML?

Writer Matthew Martinez

I used xmllint package for parsing xml files. Also, I know, that we can use xml2, xmlstarlet too.

But I do not see those packages in Ubuntu Saucy.

Does Saucy contain any default xml parsers?

I need parse xml file one time and I do no want install addition packages for this.

1 Answer

I don't know of a "default", but xmllint is included with the libxml2-utils package.

apt-get install libxml2-utils
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy