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

Web Development

 
GeneralRe: difference between a Web service and a Web site? Pin
Perspx3-Sep-08 8:17
Perspx3-Sep-08 8:17 
QuestionPlease help me Pin
dotnethunk3-Sep-08 2:45
dotnethunk3-Sep-08 2:45 
AnswerRe: Please help me [modified] Pin
NeverHeardOfMe3-Sep-08 4:20
NeverHeardOfMe3-Sep-08 4:20 
GeneralRe: Please help me Pin
Perspx3-Sep-08 5:57
Perspx3-Sep-08 5:57 
GeneralRe: Please help me Pin
Paddy Boyd4-Sep-08 2:22
Paddy Boyd4-Sep-08 2:22 
GeneralRe: Please help me Pin
Ashfield4-Sep-08 5:19
Ashfield4-Sep-08 5:19 
Questionremove all the special characters form the XML response Pin
dews turner3-Sep-08 0:54
dews turner3-Sep-08 0:54 
QuestionDynamic creation of XML node Attributes and Elements in Javascript Pin
Member 33773912-Sep-08 2:06
Member 33773912-Sep-08 2:06 
Hi,

Can anyone please tell me how to write the XML file with attributes and elements dynamically.
I want to write the XML file using for loop.Below is the format of XML file.I want to write a XML file similar to this.Here i have to use for loop and create the child elements

<?xml version="1.0" encoding="ISO-8859-1" ?>
<DEPT A1="q1" A2="q2" A3="q3">
<CATALOG C1="10" C2="20" C3="30">
<CD>
<TITLE>TITLE1</TITLE>
<ARTIST>ARTIST1</ARTIST>
</CD>
<CD>
<TITLE>TITLE2</TITLE>
<ARTIST>ARTIST2</ARTIST>
</CD>
</CATALOG>
<CATALOG C1="40" C2="50" C3="60">
<CD>
<TITLE>TITLE3</TITLE>
<ARTIST>ARTIST3</ARTIST>
</CD>
<CD>
<TITLE>TITLE4</TITLE>
<ARTIST>ARTIST4</ARTIST>
</CD>
<CD>
<TITLE>TITLE5</TITLE>
<ARTIST>ARTIST5</ARTIST>
</CD>
<CD>
<TITLE>TITLE6</TITLE>
<ARTIST>ARTIST6</ARTIST>
</CD>
</CATALOG>
</DEPT>

Thanks and Regards,
Srilatha
AnswerRe: Dynamic creation of XML node Attributes and Elements in Javascript Pin
Manas Bhardwaj2-Sep-08 3:31
professionalManas Bhardwaj2-Sep-08 3:31 
AnswerRe: Dynamic creation of XML node Attributes and Elements in Javascript Pin
Perspx2-Sep-08 5:48
Perspx2-Sep-08 5:48 
QuestionOld site using Site Server .. what to use now? Pin
SimonRigby2-Sep-08 1:14
SimonRigby2-Sep-08 1:14 
Questionhow to host Website Pin
Ankit At Codeproject1-Sep-08 23:32
Ankit At Codeproject1-Sep-08 23:32 
AnswerRe: how to host Website Pin
Manas Bhardwaj2-Sep-08 2:03
professionalManas Bhardwaj2-Sep-08 2:03 
QuestionValidate the button if clicked or not? Pin
hifiger20041-Sep-08 22:36
hifiger20041-Sep-08 22:36 
AnswerRe: Validate the button if clicked or not? Pin
NeverHeardOfMe2-Sep-08 0:16
NeverHeardOfMe2-Sep-08 0:16 
GeneralRe: Validate the button if clicked or not? Pin
hifiger20042-Sep-08 0:37
hifiger20042-Sep-08 0:37 
GeneralRe: Validate the button if clicked or not? Pin
NeverHeardOfMe2-Sep-08 1:55
NeverHeardOfMe2-Sep-08 1:55 
AnswerRe: Validate the button if clicked or not? Pin
hifiger20042-Sep-08 2:21
hifiger20042-Sep-08 2:21 
QuestionSession variable, How does it work in classic ASP? Pin
hifiger20041-Sep-08 8:47
hifiger20041-Sep-08 8:47 
AnswerRe: Session variable, How does it work in classic ASP? Pin
NeverHeardOfMe1-Sep-08 9:59
NeverHeardOfMe1-Sep-08 9:59 
QuestionHow do I wrap text in a TD? Pin
Brady Kelly1-Sep-08 5:12
Brady Kelly1-Sep-08 5:12 
AnswerRe: How do I wrap text in a TD? Pin
Perspx1-Sep-08 5:16
Perspx1-Sep-08 5:16 
GeneralRe: How do I wrap text in a TD? Pin
Brady Kelly1-Sep-08 6:04
Brady Kelly1-Sep-08 6:04 
GeneralRe: How do I wrap text in a TD? Pin
dotnethunk3-Sep-08 2:53
dotnethunk3-Sep-08 2:53 
AnswerRe: How do I wrap text in a TD? Pin
Shog91-Sep-08 7:04
sitebuilderShog91-Sep-08 7:04 

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.