Click here to Skip to main content
15,922,574 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: Calculating DigestValue over URI - URGENT HELP VERY MUCH APPRECIATED Pin
Andy H3-Jul-08 3:03
Andy H3-Jul-08 3:03 
GeneralRe: Calculating DigestValue over URI - URGENT HELP VERY MUCH APPRECIATED Pin
led mike3-Jul-08 5:58
led mike3-Jul-08 5:58 
GeneralRe: Calculating DigestValue over URI - URGENT HELP VERY MUCH APPRECIATED Pin
Andy H3-Jul-08 6:27
Andy H3-Jul-08 6:27 
GeneralRe: Calculating DigestValue over URI - URGENT HELP VERY MUCH APPRECIATED Pin
led mike3-Jul-08 6:41
led mike3-Jul-08 6:41 
GeneralRe: Calculating DigestValue over URI - URGENT HELP VERY MUCH APPRECIATED Pin
Andy H3-Jul-08 7:56
Andy H3-Jul-08 7:56 
GeneralRe: Calculating DigestValue over URI - URGENT HELP VERY MUCH APPRECIATED Pin
led mike3-Jul-08 8:17
led mike3-Jul-08 8:17 
GeneralRe: Calculating DigestValue over URI - URGENT HELP VERY MUCH APPRECIATED Pin
Andy H3-Jul-08 8:55
Andy H3-Jul-08 8:55 
QuestionHow to add a tag <tag val="N"> to an xml file Pin
SWDevil1-Jul-08 8:57
SWDevil1-Jul-08 8:57 
Hi,

I am using the IXMLDOM objects to create an xml file and write tags to this file.
I would like to create a tag <children count="2">, and under that write the names of the children <childname> value </childname>.

this should look as folowing:

<Root>
<Person>
<Name> value </Name>
<PhoneNumber> value </PhoneNumber>
<Children count = 2>
<childName> value </childName>
<childName> value </childName>
</Children>
</Person>
</Root>


1. Using IXMLDOMDocument or IXMLDOMNode, how do I add a node <Children count =2>, is this an attribute? How do I make sure that it is inserted under the tag?
2. How do I add the sub nodes underneath <childName> value </childName>

If you could give me code examples tha twould be great.
I've tried all kinds of options using the IXMLDOM functiom and it doesn't work!!

Thanks.
Questionadding xmlnode with child nodes Pin
manoj221841-Jul-08 6:25
manoj221841-Jul-08 6:25 
QuestionReturning XML from the web service Pin
steve_rm28-Jun-08 4:41
steve_rm28-Jun-08 4:41 
QuestionOpen Office XML - Setting Style Pane Options Programmatically Pin
trvenkat27-Jun-08 11:20
trvenkat27-Jun-08 11:20 
QuestionXML Value change Pin
Jhony george24-Jun-08 23:21
Jhony george24-Jun-08 23:21 
AnswerRe: XML Value change Pin
led mike25-Jun-08 4:16
led mike25-Jun-08 4:16 
QuestionAjax and XML related problem Pin
Y_Kaushik23-Jun-08 23:14
Y_Kaushik23-Jun-08 23:14 
QuestionNeed help for converting XML data in excel spreadsheet and to show in web page... Pin
Pushpa Setty20-Jun-08 21:24
Pushpa Setty20-Jun-08 21:24 
QuestionDataGridView to Xml Pin
Anoop Brijmohun20-Jun-08 0:29
Anoop Brijmohun20-Jun-08 0:29 
QuestionWBXML encoding/decoding Pin
hitonly200818-Jun-08 20:26
hitonly200818-Jun-08 20:26 
QuestionDeserializing a xml document for sending it using a WebService Pin
beatles169215-Jun-08 19:15
beatles169215-Jun-08 19:15 
Questioncomparing two XML files Pin
salon12-Jun-08 4:53
salon12-Jun-08 4:53 
AnswerRe: comparing two XML files Pin
led mike12-Jun-08 5:11
led mike12-Jun-08 5:11 
Question[Message Deleted] Pin
angel123456789010-Jun-08 9:06
angel123456789010-Jun-08 9:06 
AnswerRe: Numbering in XSLT Pin
led mike10-Jun-08 9:43
led mike10-Jun-08 9:43 
AnswerRe: [Message Deleted] Pin
led mike11-Jun-08 4:50
led mike11-Jun-08 4:50 
QuestionCreate multiple pages Pin
Nishad S10-Jun-08 1:00
Nishad S10-Jun-08 1:00 
AnswerRe: Create multiple pages Pin
led mike10-Jun-08 5:08
led mike10-Jun-08 5:08 

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.