Note that there are some explanatory texts on larger screens.

plurals
  1. USplanet100
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COI tried the following stuff.. by just changing \n wherever it is encountered into '@' (i gave @ just for testing purpose).But the entire content is getting replaced with '@' and i could just see '@' as the ouput instead of the original text. `int i; for ( i = 0; i< 400; ++i ) { if ( buf[i] == '\n' || buf[i] == '\r' ) { buf[i] = '@'; } } `
      singulars
    2. COThanks.now i m not getting any errors but file.xml contains PistonHeads (Motoring News) http://www.pistonheads.com/news/ Motoring News .... (which is the value of title,link, descp) is it possible to get the output of file.xml as follows <channel> <title>PistonHeads (Motoring News)</title> <link>http://www.pistonheads.com/news/</link> <description>Motoring News</description> <item> <title>Revealed: BMW 6 Series Coupe</title> <link>http://www.pistonheads.com/news/default.asp?storyId=23326 </link> <description>New BMW coupe will arrive summer</description> </item> </channel> </rss>
      singulars
    3. COnow the grep error is not coming but it says Label too long: :a;N;$!ba;s/\n/ /g I tried removing the last sed part of the given command.It didnt show error.I gave like wget -q -O - http://www.pistonheads.co.uk/xml/news091.asp?c=26 \ | egrep '(title>|link>|description>)' | head -3 \ | sed -e 's/.*>\([^>]*\)<.*/\1/' file.xml . When i opened the file.xml it shows same the result as before (wen i used wget "url" -o file.xml)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload