Skip to main content

Questions tagged [xmllint]

A validator for XML files.

1 vote
2 answers
330 views

I am trying to select "Bvlgari omnia crystalline'perfume' 100ml" by making use of xmllint from the codes below. But As I'm newbie in the field of linux,It is insanely difficult to figure out ...
bshi02's user avatar
  • 21
4 votes
4 answers
3k views

I'm trying to create a csv from an xml with just some information from the xml. This is my xml : <?xml version="1.0" encoding="UTF-8"?> <hashlist version = "2.0" ...
MrBotus's user avatar
  • 41
2 votes
3 answers
1k views

I'm using this command: xmllint --xpath 'substring-after(string(//item/link), "_")' rss.xml And get the desired output, except it's on the first element. How would I fix this to have it be ...
T145's user avatar
  • 223
0 votes
1 answer
529 views

I scan scribus SLA files and wish to find the text having some specific paragraph styles. SLA file format is a quite flat XML format and there are several paragraphs in a row, each being separated ...
JLuc's user avatar
  • 111
1 vote
2 answers
937 views

I have a SVG file, which is an XML document: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" ...
Pierre François's user avatar
0 votes
1 answer
2k views

I'm in the process of retreiving some data from a xml file, it is actually a SSIS package file (dtsx). I've read about using xmllint, however I'm having a hard time retrieving what I want. I'd like ...
Kelvin's user avatar
  • 3
3 votes
1 answer
5k views

How do I get xmllint to output to a file? thufir@dur:~/xmllint$ thufir@dur:~/xmllint$ xmllint --html http://www.skynet.be/nieuws-sport/weer/mijn-weer?cityId=6450 --xpath '//div[@class = "tides"]' - ...
Thufir's user avatar
  • 1,970
1 vote
1 answer
12k views

I'm trying to get these values from the XML format below: USA GERMANY <country name="USA" id="TEST1" password="123" /> <country name="GERMANY" id="TEST2" password="456" /> I was ...
ineedhelp's user avatar

15 30 50 per page