Skip to content

Instantly share code, notes, and snippets.

@mape
Created May 28, 2010 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mape/417147 to your computer and use it in GitHub Desktop.
Save mape/417147 to your computer and use it in GitHub Desktop.
curl --silent -L "http://www.systembolaget.se/SokDrycker/Produkt?VaruNr=121303" | tidy -indent -quiet --output-xml yes
outputs source
curl --silent -L "http://www.systembolaget.se/SokDrycker/VarFinnsVaranExternt.htm?ArtikelNr=121303" | tidy -indent -quiet --output-xml yes
outputs (sample):
line 211 column 40388 - Warning: <tr> proprietary attribute "height"
line 211 column 40712 - Warning: <tr> proprietary attribute "height"
line 211 column 41023 - Warning: <tr> proprietary attribute "height"
line 211 column 41116 - Warning: <table> lacks "summary" attribute
line 211 column 41657 - Warning: <tr> proprietary attribute "height"
line 211 column 41983 - Warning: <tr> proprietary attribute "height"
line 211 column 42300 - Warning: <tr> proprietary attribute "height"
line 211 column 42616 - Warning: <tr> proprietary attribute "height"
line 211 column 42949 - Warning: <tr> proprietary attribute "height"
line 211 column 43044 - Warning: <table> lacks "summary" attribute
line 211 column 43587 - Warning: <tr> proprietary attribute "height"
line 211 column 43902 - Warning: <tr> proprietary attribute "height"
line 211 column 44208 - Warning: <tr> proprietary attribute "height"
line 211 column 44540 - Warning: <tr> proprietary attribute "height"
line 211 column 44860 - Warning: <tr> proprietary attribute "height"
line 211 column 45179 - Warning: <tr> proprietary attribute "height"
line 211 column 45271 - Warning: <table> lacks "summary" attribute
line 211 column 45812 - Warning: <tr> proprietary attribute "height"
line 211 column 46140 - Warning: <tr> proprietary attribute "height"
line 211 column 46468 - Warning: <tr> proprietary attribute "height"
line 211 column 46787 - Warning: <tr> proprietary attribute "height"
line 211 column 46883 - Warning: <table> lacks "summary" attribute
line 211 column 47426 - Warning: <tr> proprietary attribute "height"
line 211 column 47742 - Warning: <tr> proprietary attribute "height"
line 211 column 48067 - Warning: <tr> proprietary attribute "height"
line 211 column 48384 - Warning: <tr> proprietary attribute "height"
line 211 column 48711 - Warning: <tr> proprietary attribute "height"
line 211 column 49027 - Warning: <tr> proprietary attribute "height"
line 211 column 49348 - Warning: <tr> proprietary attribute "height"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment