Click here to Skip to main content
15,914,419 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Error while creating Xml from dataset Pin
Douglas Troy10-Nov-03 5:36
Douglas Troy10-Nov-03 5:36 
QuestionHow 2 get stared on XML (newbie) Pin
paracha35-Nov-03 17:53
paracha35-Nov-03 17:53 
AnswerRe: How 2 get stared on XML (newbie) Pin
Mike Ellison5-Nov-03 18:02
Mike Ellison5-Nov-03 18:02 
AnswerRe: How 2 get stared on XML (newbie) Pin
Brandon Haase13-Nov-03 15:23
Brandon Haase13-Nov-03 15:23 
GeneralRe: How 2 get stared on XML (newbie) Pin
Brandon Haase13-Nov-03 15:24
Brandon Haase13-Nov-03 15:24 
GeneralXML Namespace confusion Pin
johncogan@empowergrp.com5-Nov-03 3:19
sussjohncogan@empowergrp.com5-Nov-03 3:19 
GeneralThe code for the above message is here Pin
johncogan5-Nov-03 3:34
johncogan5-Nov-03 3:34 
GeneralRe: The code for the above message is here Pin
Heath Stewart18-Nov-03 8:34
protectorHeath Stewart18-Nov-03 8:34 
Namespaces are used to qualify elements and attributes. They aren't necessary, but are usually a good idea so that you can easily qualify elements and attributes when using XML documents with mixed content. To use them, add the xs:targetNamespace (where xs is the namespace prefix for XMLSchemas) and then use the same namespace to qualify your XML document that you gave first. To use it as the default namespace, use xmlns="....." with no prefix.

When you're using code to access the DOM, you can use any prefix you want, so long as the namespace in the namespace manager (in .NET, this is the XmlNamespaceManager) matches (case-sensitively) the namespace declared in the document.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralMSXML PARSER 4.0 problem Pin
impeham3-Nov-03 22:04
impeham3-Nov-03 22:04 
GeneralRe: MSXML PARSER 4.0 problem Pin
LordEsined4-Nov-03 10:40
LordEsined4-Nov-03 10:40 
GeneralRe: MSXML PARSER 4.0 problem Pin
impeham4-Nov-03 21:39
impeham4-Nov-03 21:39 
GeneralRe: MSXML PARSER 4.0 problem Pin
LordEsined5-Nov-03 4:11
LordEsined5-Nov-03 4:11 
GeneralRe: MSXML PARSER 4.0 problem Pin
impeham6-Nov-03 6:02
impeham6-Nov-03 6:02 
Generalsome body help me............! Pin
Ahmed El Sherbeeny31-Oct-03 22:33
Ahmed El Sherbeeny31-Oct-03 22:33 
GeneralLoading XSL Templates Pin
thekcins31-Oct-03 13:34
thekcins31-Oct-03 13:34 
GeneralRe: Loading XSL Templates Pin
Philip Fitzsimons4-Nov-03 7:36
Philip Fitzsimons4-Nov-03 7:36 
GeneralRe: Loading XSL Templates Pin
thekcins4-Nov-03 18:48
thekcins4-Nov-03 18:48 
GeneralRe: Loading XSL Templates Pin
Brandon Haase13-Nov-03 15:35
Brandon Haase13-Nov-03 15:35 
QuestionXSLT in EVC++? Pin
slomoman25-Oct-03 23:29
slomoman25-Oct-03 23:29 
GeneralHELP! XPath Syntax Pin
mikasa23-Oct-03 9:29
mikasa23-Oct-03 9:29 
GeneralRe: HELP! XPath Syntax Pin
Philip Fitzsimons24-Oct-03 2:58
Philip Fitzsimons24-Oct-03 2:58 
GeneralRe: HELP! XPath Syntax Pin
mikasa24-Oct-03 3:10
mikasa24-Oct-03 3:10 
QuestionHow to send XMLdata to exe file Pin
yu-yu22-Oct-03 14:55
yu-yu22-Oct-03 14:55 
AnswerRe: How to send XMLdata to exe file Pin
Edbert P22-Oct-03 21:26
Edbert P22-Oct-03 21:26 
GeneralRe: How to send XMLdata to exe file Pin
yu-yu23-Oct-03 3:32
yu-yu23-Oct-03 3:32 

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.