Click here to Skip to main content
15,915,501 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: copy file to another folder Pin
angelagke30-Mar-06 19:51
angelagke30-Mar-06 19:51 
QuestionHow to Use XML Digital Signatures? Pin
cljyy112925-Mar-06 22:55
cljyy112925-Mar-06 22:55 
QuestionHow to write to a string rather than a file with XMLTextWriter Pin
depotdog24-Mar-06 17:42
depotdog24-Mar-06 17:42 
AnswerRe: How to write to a string rather than a file with XMLTextWriter Pin
George L. Jackson27-Mar-06 11:37
George L. Jackson27-Mar-06 11:37 
QuestionHaving a bit of trouble... Pin
Support12324-Mar-06 0:20
Support12324-Mar-06 0:20 
Questionxml schema question Pin
Brayan__22-Mar-06 20:56
Brayan__22-Mar-06 20:56 
AnswerRe: xml schema question Pin
Denevers31-Mar-06 17:54
Denevers31-Mar-06 17:54 
QuestionRe: xml schema question Pin
Brayan__3-Apr-06 2:13
Brayan__3-Apr-06 2:13 
Hmm and how to use it?
I try this schema:
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema id="MyID" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="Root">
<xs:complexType>
<xs:sequence>
<xs:element name="FirstElement" type="xs:string"/>
<xs:element name="XMLElement" type="xs:anyType" minOccurs="1" maxOccurs="1" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

for this xml:
<Root>
<FirstElement>sdsdd</FirstElement>
<XMLElement>1</XMLElement>
</Root>

and it works whenever XMLElement is string or integer, but if I add an element in XMLElement, like here:
<Root>
<FirstElement>dsds</FirstElement>
<XMLElement><a>sdsd</a></XMLElement>
</Root>

an error appear - The 'a' element is not declared. An error occurred at , (3, 15)
AnswerRe: xml schema question Pin
Denevers3-Apr-06 2:26
Denevers3-Apr-06 2:26 
NewsRe: xml schema question Pin
Brayan__3-Apr-06 3:49
Brayan__3-Apr-06 3:49 
GeneralRe: xml schema question Pin
Denevers3-Apr-06 3:50
Denevers3-Apr-06 3:50 
QuestionRecommendation for Xml Editor Component For .Net Pin
Bill S22-Mar-06 4:07
professionalBill S22-Mar-06 4:07 
QuestionSoftware to validate XML against XSD Pin
Krishnaraj Barvathaya B21-Mar-06 17:18
Krishnaraj Barvathaya B21-Mar-06 17:18 
AnswerRe: Software to validate XML against XSD Pin
Christian Graus21-Mar-06 17:46
protectorChristian Graus21-Mar-06 17:46 
QuestionIXMLDOMDocumentPtr Pin
HakunaMatada20-Mar-06 21:17
HakunaMatada20-Mar-06 21:17 
Questionhow to roll back changes done to dataset with XML data in it???? Pin
Ron.S16-Mar-06 23:59
Ron.S16-Mar-06 23:59 
AnswerRe: how to roll back changes done to dataset with XML data in it???? Pin
HakunaMatada20-Mar-06 21:20
HakunaMatada20-Mar-06 21:20 
QuestionConverting Mixed / Upper case Pin
Andre xxxxxxx14-Mar-06 12:00
Andre xxxxxxx14-Mar-06 12:00 
AnswerRe: Converting Mixed / Upper case Pin
Ragulf15-Mar-06 0:20
Ragulf15-Mar-06 0:20 
QuestionModifying an XML node value Pin
James Gupta13-Mar-06 13:26
professionalJames Gupta13-Mar-06 13:26 
AnswerRe: Modifying an XML node value Pin
remyaramamurthi16-Mar-06 19:25
remyaramamurthi16-Mar-06 19:25 
QuestionCreating xml based documantation/help file Pin
HL_SUB12-Mar-06 0:58
HL_SUB12-Mar-06 0:58 
QuestionException when reading xml file??? Pin
richiemac10-Mar-06 7:07
richiemac10-Mar-06 7:07 
AnswerRe: Exception when reading xml file??? Pin
George L. Jackson13-Mar-06 12:27
George L. Jackson13-Mar-06 12:27 
GeneralThanks Pin
richiemac14-Mar-06 5:04
richiemac14-Mar-06 5:04 

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.