Click here to Skip to main content
16,004,924 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionISIN code to Name Pin
jan larsen12-Nov-06 21:12
jan larsen12-Nov-06 21:12 
QuestionXML (API) in visual studio 2005 Pin
barak16048711-Nov-06 23:51
barak16048711-Nov-06 23:51 
AnswerRe: XML (API) in visual studio 2005 Pin
Stefan Troschuetz12-Nov-06 0:06
Stefan Troschuetz12-Nov-06 0:06 
Questionadding data in XML Pin
malik_7710-Nov-06 8:38
malik_7710-Nov-06 8:38 
AnswerRe: adding data in XML Pin
George L. Jackson11-Nov-06 5:56
George L. Jackson11-Nov-06 5:56 
QuestionNeed help in a XML Problem! Pin
RickyRicon10-Nov-06 5:48
RickyRicon10-Nov-06 5:48 
AnswerRe: Need help in a XML Problem! Pin
Stefan Troschuetz10-Nov-06 22:44
Stefan Troschuetz10-Nov-06 22:44 
AnswerRe: Need help in a XML Problem! Pin
Russell Jones14-Nov-06 22:21
Russell Jones14-Nov-06 22:21 
I'd use http://www.w3schools.com/ for learning things like xsd / xpath and as a reference when you forget stuff or know what you want to do but just need a little help doing it.

if you are using .Net, create yourself a xmldocument call doc.loadXML("<rootnode>") and have a play. If you are using vb6 reference msxml(N).dll where (N) is whatever version we are at now and create a DOMDocument40 object

you'll find you need to do CreateElement / CreateAttribute and AppendChild to add new nodes to the basic document.

SelectNodes / SelectSingleNode will find you bits of the tree and that's where the xpath tutorials on w3school will help.

HTH

Russ

PS feel free to ask specific questions later as the need arrises.
Questionmultiple select in for-each ? Pin
Chris Losinger9-Nov-06 6:01
professionalChris Losinger9-Nov-06 6:01 
AnswerRe: multiple select in for-each ? Pin
Dustin Metzgar9-Nov-06 6:13
Dustin Metzgar9-Nov-06 6:13 
GeneralRe: multiple select in for-each ? [modified] Pin
Chris Losinger9-Nov-06 8:30
professionalChris Losinger9-Nov-06 8:30 
AnswerRe: multiple select in for-each ? Pin
led mike9-Nov-06 6:46
led mike9-Nov-06 6:46 
GeneralRe: multiple select in for-each ? Pin
Chris Losinger9-Nov-06 8:01
professionalChris Losinger9-Nov-06 8:01 
GeneralRe: multiple select in for-each ? Pin
Dustin Metzgar9-Nov-06 8:25
Dustin Metzgar9-Nov-06 8:25 
Questionpdf to xml Pin
ajeetsinghcse9-Nov-06 2:15
ajeetsinghcse9-Nov-06 2:15 
AnswerRe: pdf to xml Pin
George L. Jackson9-Nov-06 16:42
George L. Jackson9-Nov-06 16:42 
GeneralRe: pdf to xml Pin
TClarke20-Nov-06 5:01
TClarke20-Nov-06 5:01 
Questionjscript access to System.Xml in IE? Pin
Ning Hu8-Nov-06 14:19
Ning Hu8-Nov-06 14:19 
AnswerRe: jscript access to System.Xml in IE? Pin
George L. Jackson8-Nov-06 14:50
George L. Jackson8-Nov-06 14:50 
QuestionSOAP Request elements in reverse sequence of WSDL [modified] Pin
jekolter8-Nov-06 8:01
jekolter8-Nov-06 8:01 
Questionconvert html file to xml file Pin
praveen pandey7-Nov-06 20:22
praveen pandey7-Nov-06 20:22 
AnswerRe: convert html file to xml file Pin
George L. Jackson8-Nov-06 12:16
George L. Jackson8-Nov-06 12:16 
GeneralRe: convert html file to xml file Pin
praveen pandey8-Nov-06 19:04
praveen pandey8-Nov-06 19:04 
GeneralRe: convert html file to xml file Pin
George L. Jackson8-Nov-06 23:59
George L. Jackson8-Nov-06 23:59 
GeneralRe: convert html file to xml file Pin
praveen pandey9-Nov-06 2:19
praveen pandey9-Nov-06 2:19 

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.