Click here to Skip to main content
15,892,674 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionCreate an XmlDocument from an XmlNode? Pin
Edmundisme2-Jan-07 8:35
Edmundisme2-Jan-07 8:35 
AnswerRe: Create an XmlDocument from an XmlNode? Pin
Stefan Troschuetz2-Jan-07 9:37
Stefan Troschuetz2-Jan-07 9:37 
GeneralRe: Create an XmlDocument from an XmlNode? Pin
Edmundisme3-Jan-07 11:56
Edmundisme3-Jan-07 11:56 
AnswerRe: Create an XmlDocument from an XmlNode? Pin
George L. Jackson3-Jan-07 12:44
George L. Jackson3-Jan-07 12:44 
QuestionHow to read and write Xml files in desktop application Pin
Rasmita Devi2-Jan-07 2:47
Rasmita Devi2-Jan-07 2:47 
AnswerRe: How to read and write Xml files in desktop application Pin
DavidNohejl3-Jan-07 13:15
DavidNohejl3-Jan-07 13:15 
QuestionMSDN says XmlSchemaObjectTable has a 'Item' property but... Pin
Edmundisme29-Dec-06 9:40
Edmundisme29-Dec-06 9:40 
AnswerRe: MSDN says XmlSchemaObjectTable has a 'Item' property but... Pin
Stefan Troschuetz30-Dec-06 1:50
Stefan Troschuetz30-Dec-06 1:50 
If you're using C# the Item property maps to an indexer, so the syntax looks like accessing an array element.
XmlSchema schema = new XmlSchema();
XmlSchemaObjectTable objectTable = schema.Attributes;
XmlSchemaObject obj = objectTable[new XmlQualifiedName()];



"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

GeneralRe: MSDN says XmlSchemaObjectTable has a 'Item' property but... Pin
Edmundisme2-Jan-07 5:54
Edmundisme2-Jan-07 5:54 
Questionhow to display different images from xml using xsl Pin
yogita charhate28-Dec-06 18:43
yogita charhate28-Dec-06 18:43 
AnswerRe: how to display different images from xml using xsl Pin
DavidNohejl1-Jan-07 22:50
DavidNohejl1-Jan-07 22:50 
QuestionXML Web service, adding web reference, online server Pin
steve_rm28-Dec-06 17:45
steve_rm28-Dec-06 17:45 
QuestionExcel and System.Runtime.InteropServices.COMException Pin
phonghihi27-Dec-06 0:21
phonghihi27-Dec-06 0:21 
QuestionRestrict attribute in dependency of another attribute Pin
Andre xxxxxxx26-Dec-06 1:06
Andre xxxxxxx26-Dec-06 1:06 
Questionhow to read an XML from end/last using streamreader Pin
Praveen Raghuvanshi25-Dec-06 18:45
professionalPraveen Raghuvanshi25-Dec-06 18:45 
AnswerRe: how to read an XML from end/last using streamreader Pin
phonghihi27-Dec-06 16:05
phonghihi27-Dec-06 16:05 
QuestionConverting UTF-16 to UTF-8 Pin
love4nt24-Dec-06 20:01
love4nt24-Dec-06 20:01 
AnswerRe: Converting UTF-16 to UTF-8 Pin
Michael Dunn24-Dec-06 20:32
sitebuilderMichael Dunn24-Dec-06 20:32 
Questionxsd:enumeration from XML file Pin
Andre xxxxxxx23-Dec-06 0:23
Andre xxxxxxx23-Dec-06 0:23 
AnswerRe: xsd:enumeration from XML file Pin
Stefan Troschuetz23-Dec-06 2:02
Stefan Troschuetz23-Dec-06 2:02 
QuestionXML Document Entity Replacement Pin
Leftyfarrell20-Dec-06 9:12
Leftyfarrell20-Dec-06 9:12 
AnswerRe: XML Document Entity Replacement Pin
donchev_p21-Dec-06 0:38
donchev_p21-Dec-06 0:38 
Questionsorting by absolute value in xpath Pin
Malcolm Smart18-Dec-06 23:58
Malcolm Smart18-Dec-06 23:58 
AnswerRe: sorting by absolute value in xpath Pin
Malcolm Smart19-Dec-06 2:57
Malcolm Smart19-Dec-06 2:57 
Questionhi, Please tell me how we can using java to read and write to XML file for a web application : ) Pin
abiisalwayshappy18-Dec-06 0:26
abiisalwayshappy18-Dec-06 0:26 

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.