Click here to Skip to main content
15,905,785 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: problem with validate of this schema Pin
Henry Minute12-Jan-09 5:15
Henry Minute12-Jan-09 5:15 
QuestionHTML tags in XML schema Pin
jonhbt6-Jan-09 23:16
jonhbt6-Jan-09 23:16 
AnswerRe: HTML tags in XML schema Pin
Not Active7-Jan-09 2:48
mentorNot Active7-Jan-09 2:48 
Questionexecuting visio flow chart Pin
sree6-Jan-09 4:12
sree6-Jan-09 4:12 
Questioni want to understand the contents of schema ? Pin
Honeyboy_205-Jan-09 7:55
Honeyboy_205-Jan-09 7:55 
AnswerRe: i want to understand the contents of schema ? Pin
SreejithKumar M5-Jan-09 17:31
SreejithKumar M5-Jan-09 17:31 
Question@ Symbol within XML Schema Pin
tomkettering4-Jan-09 21:54
tomkettering4-Jan-09 21:54 
AnswerRe: @ Symbol within XML Schema Pin
led mike5-Jan-09 4:57
led mike5-Jan-09 4:57 
tomkettering wrote:
the XML the dataset does not create correctly?


"does not create correctly" means what?

The following C# produces the email address as expected.
string sxml = "<root><mail>hello@mymail.com</mail></root>";
DataSet ds = new DataSet();
ds.ReadXml(new System.IO.StringReader(sxml));
Console.WriteLine(ds.Tables[0].Rows[0].ItemArray[0].ToString());


led mike

GeneralRe: @ Symbol within XML Schema Pin
tomkettering5-Jan-09 22:31
tomkettering5-Jan-09 22:31 
Questionschema for xml document Pin
tejesh1232-Jan-09 22:26
tejesh1232-Jan-09 22:26 
AnswerRe: schema for xml document Pin
Brij4-Jan-09 1:13
mentorBrij4-Jan-09 1:13 
QuestionCData Problem Pin
SreejithKumar M1-Jan-09 22:57
SreejithKumar M1-Jan-09 22:57 
Questionwhat is the benefit of DTD ? DTS VS Schema? Pin
Honeyboy_201-Jan-09 13:52
Honeyboy_201-Jan-09 13:52 
AnswerRe: what is the benefit of DTD ? DTS VS Schema? Pin
Brij2-Jan-09 0:28
mentorBrij2-Jan-09 0:28 
Questionxflat usage Pin
jeffkish31-Dec-08 9:43
jeffkish31-Dec-08 9:43 
QuestionProblem in reading XML schema... Pin
nileshbahirshet26-Dec-08 20:05
nileshbahirshet26-Dec-08 20:05 
AnswerRe: Problem in reading XML schema... Pin
Brij27-Dec-08 0:06
mentorBrij27-Dec-08 0:06 
GeneralRe: Problem in reading XML schema... Pin
nileshbahirshet27-Dec-08 1:26
nileshbahirshet27-Dec-08 1:26 
QuestionProblem in reading XML schema... Pin
nileshbahirshet26-Dec-08 20:04
nileshbahirshet26-Dec-08 20:04 
AnswerRe:Repost Pin
Brij26-Dec-08 23:48
mentorBrij26-Dec-08 23:48 
QuestionHow to read only Nodes in schema ? Pin
nileshbahirshet26-Dec-08 1:05
nileshbahirshet26-Dec-08 1:05 
AnswerRe: How to read only Nodes in schema ? Pin
Not Active26-Dec-08 3:20
mentorNot Active26-Dec-08 3:20 
QuestionC# .NET web services: Manipulating XML Pin
tiwari_neha23-Dec-08 18:06
tiwari_neha23-Dec-08 18:06 
AnswerRe: C# .NET web services: Manipulating XML Pin
Brij23-Dec-08 20:37
mentorBrij23-Dec-08 20:37 
GeneralRe: C# .NET web services: Manipulating XML Pin
tiwari_neha23-Dec-08 22:34
tiwari_neha23-Dec-08 22:34 

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.