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

XML / XSL

 
QuestionSVG: Manipulation with text length and size Pin
Adry131-Aug-05 23:54
sussAdry131-Aug-05 23:54 
AnswerRe: SVG: Manipulation with text length and size Pin
Adry11-Sep-05 0:01
sussAdry11-Sep-05 0:01 
QuestionCDATA Pin
Anonymous31-Aug-05 12:31
Anonymous31-Aug-05 12:31 
Question.removing empty elements Pin
ruud ortmans30-Aug-05 23:28
ruud ortmans30-Aug-05 23:28 
AnswerRe: .removing empty elements Pin
softty31-Aug-05 7:54
softty31-Aug-05 7:54 
GeneralRe: .removing empty elements Pin
ruud ortmans1-Sep-05 9:34
ruud ortmans1-Sep-05 9:34 
QuestionSend Request SOAP Envelope Pin
Donnylies30-Aug-05 22:08
Donnylies30-Aug-05 22:08 
Questionhow to write a xml data reduced file? Pin
HeartFriend30-Aug-05 2:33
HeartFriend30-Aug-05 2:33 
i have a xml file , it looks like this:
<config>
<language name = "EN" output = "C:\" />
<language name = "CN" output = "D:\" />
.
.
.
</config>

i wrote a xdr file like this , but it doesn't work, i know there must be something wrong with my schema file, could u help me correct this file?

<?xml version="1.0" encoding="UTF-8" ?>
<Schema xmlns="urn:schemas-microsoft-com:xml-data">
<ElementType content = "eltOnly" name = "config" order = "one" model = "closed">
<ElementType content = "empty" name = "language" order = "one" model = "closed">
<AttributeType name = "name" dt:type="string" required = "yes"/>
<AttributeType name = "output" dt:type="string" required = "yes"/>
</ElementType>
<element type = "language" minOccurs = "1" maxOccurs = "*" />
</ElementType>
</Schema>



AnswerRe: how to write a xml data reduced file? Pin
softty31-Aug-05 7:57
softty31-Aug-05 7:57 
Questionhow to use xml schema in c++ programming? Pin
HeartFriend29-Aug-05 18:24
HeartFriend29-Aug-05 18:24 
QuestionXSD:TIME and .NET Pin
Timothy_198229-Aug-05 3:48
Timothy_198229-Aug-05 3:48 
Questionxsd:time XML - .NET Pin
Anonymous29-Aug-05 3:44
Anonymous29-Aug-05 3:44 
QuestionMSXML DOM help Pin
johnnyXP27-Aug-05 3:07
johnnyXP27-Aug-05 3:07 
QuestionProblem loading XML Pin
rscr26-Aug-05 3:55
rscr26-Aug-05 3:55 
NewsA very simple problem with XML Pin
benqazou26-Aug-05 2:34
benqazou26-Aug-05 2:34 
AnswerRe: A very simple problem with XML Pin
DavidNohejl26-Aug-05 3:07
DavidNohejl26-Aug-05 3:07 
GeneralRe: A very simple problem with XML Pin
benqazou26-Aug-05 5:11
benqazou26-Aug-05 5:11 
GeneralRe: A very simple problem with XML Pin
DavidNohejl26-Aug-05 6:11
DavidNohejl26-Aug-05 6:11 
GeneralRe: A very simple problem with XML Pin
softty30-Aug-05 1:43
softty30-Aug-05 1:43 
QuestionParse XML to memory from a string Pin
25-Aug-05 1:25
suss25-Aug-05 1:25 
AnswerRe: Parse XML to memory from a string Pin
DavidNohejl25-Aug-05 3:55
DavidNohejl25-Aug-05 3:55 
QuestionWSE 2.0 Encryption Problem Pin
AmandeepSBhatia25-Aug-05 0:49
AmandeepSBhatia25-Aug-05 0:49 
JokeAreas generated by formatting objects Pin
wasife24-Aug-05 23:58
wasife24-Aug-05 23:58 
GeneralXML Serialization private field problem Pin
scchan198422-Aug-05 15:51
scchan198422-Aug-05 15:51 
Generalregarding webservices Pin
satishrg22-Aug-05 7:21
satishrg22-Aug-05 7:21 

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.