Click here to Skip to main content
15,887,821 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Writing and saving the XML file on the Client Side in javascript Pin
Patrick Kilgore27-Aug-08 5:43
Patrick Kilgore27-Aug-08 5:43 
GeneralRe: Writing and saving the XML file on the Client Side in javascript Pin
Mark Schumann27-Aug-08 10:55
Mark Schumann27-Aug-08 10:55 
QuestionHow to make such FLASH media things? Pin
fantasy121525-Aug-08 21:51
fantasy121525-Aug-08 21:51 
AnswerRe: How to make such FLASH media things? Pin
Ashfield26-Aug-08 3:04
Ashfield26-Aug-08 3:04 
AnswerRe: How to make such FLASH media things? Pin
Perspx26-Aug-08 6:41
Perspx26-Aug-08 6:41 
GeneralRe: How to make such FLASH media things? Pin
fantasy121526-Aug-08 15:14
fantasy121526-Aug-08 15:14 
GeneralRe: How to make such FLASH media things? Pin
neilmajithia27-Aug-08 3:28
neilmajithia27-Aug-08 3:28 
QuestionReading the XML file using javascript Pin
Member 337739125-Aug-08 21:00
Member 337739125-Aug-08 21:00 
Hi Everyone,

Below is the format of XML File.
<?xml version="1.0" encoding="ISO-8859-1"?>
<DEPT>
<CATALOG ID="10">
<CD>
<TITLE>Empire Burlesque 10</TITLE>
<ARTIST>Bob Dylan 10</ARTIST>
<COUNTRY>USA</COUNTRY>
<COMPANY>Columbia</COMPANY>
<PRICE>10.90</PRICE>
<YEAR>1985</YEAR>
</CD>
<CD>
<TITLE>Hide your heart 10</TITLE>
<ARTIST>Bonnie Tyler 10</ARTIST>
<COUNTRY>UK</COUNTRY>
<COMPANY>CBS Records</COMPANY>
<PRICE>9.90</PRICE>
<YEAR>1988</YEAR>
</CD>
<CD>
<TITLE>Greatest Hits 10</TITLE>
<ARTIST>Dolly Parton 10</ARTIST>
<COUNTRY>USA</COUNTRY>
<COMPANY>RCA</COMPANY>
<PRICE>9.90</PRICE>
<YEAR>1982</YEAR>
</CD>
</CATALOG>
<CATALOG ID="20">
<CD>
<TITLE>Still got the blues 20</TITLE>
<ARTIST>Gary Moore 20</ARTIST>
<COUNTRY>UK</COUNTRY>
<COMPANY>Virgin records</COMPANY>
<PRICE>10.20</PRICE>
<YEAR>1990</YEAR>
</CD>
</CATALOG>
</DEPT>

I want to retrieve the node values by differentiating with Catalog ID attribute.
Can anyone help me out regarding this.
Please do the needful

Thanks and Regards,
Srilatha
AnswerRe: Reading the XML file using javascript Pin
Manas Bhardwaj25-Aug-08 21:33
professionalManas Bhardwaj25-Aug-08 21:33 
GeneralRe: Reading the XML file using javascript Pin
Member 337739125-Aug-08 22:10
Member 337739125-Aug-08 22:10 
Questionz-index and overflow Pin
Christopher Clarke24-Aug-08 14:22
Christopher Clarke24-Aug-08 14:22 
AnswerRe: z-index and overflow Pin
Shog924-Aug-08 18:07
sitebuilderShog924-Aug-08 18:07 
Questionrobots.txt Pin
Brendan Vogt24-Aug-08 7:52
Brendan Vogt24-Aug-08 7:52 
AnswerRe: robots.txt Pin
Shog924-Aug-08 8:02
sitebuilderShog924-Aug-08 8:02 
AnswerRe: robots.txt Pin
Paul Conrad24-Aug-08 8:23
professionalPaul Conrad24-Aug-08 8:23 
QuestionRedirect to another page question Pin
ThaScorpion23-Aug-08 8:50
ThaScorpion23-Aug-08 8:50 
Questionweb application deployment problem Pin
Zafar Sultan23-Aug-08 3:50
Zafar Sultan23-Aug-08 3:50 
AnswerRe: web application deployment problem Pin
Perspx23-Aug-08 3:52
Perspx23-Aug-08 3:52 
QuestionMicrosoft VBScript compilation error '800a0400' End Function error Pin
BustAGutt22-Aug-08 11:18
BustAGutt22-Aug-08 11:18 
AnswerRe: Microsoft VBScript compilation error '800a0400' End Function error Pin
Shog922-Aug-08 11:22
sitebuilderShog922-Aug-08 11:22 
JokeRe: Microsoft VBScript compilation error '800a0400' End Function error Pin
Perspx22-Aug-08 11:41
Perspx22-Aug-08 11:41 
GeneralRe: Microsoft VBScript compilation error '800a0400' End Function error Pin
Shog922-Aug-08 11:49
sitebuilderShog922-Aug-08 11:49 
GeneralRe: Microsoft VBScript compilation error '800a0400' End Function error Pin
Perspx22-Aug-08 11:52
Perspx22-Aug-08 11:52 
AnswerRe: Microsoft VBScript compilation error '800a0400' End Function error Pin
ChandraRam25-Aug-08 3:20
ChandraRam25-Aug-08 3:20 
QuestionHELP Undo Precompile Pin
Civic0622-Aug-08 6:27
Civic0622-Aug-08 6:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.