Click here to Skip to main content
15,910,872 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: .xls to .xml Pin
sugumar_winner6-Sep-06 18:43
sugumar_winner6-Sep-06 18:43 
Questioncdata for attribute Pin
NikoTanghe31-Aug-06 22:53
NikoTanghe31-Aug-06 22:53 
AnswerRe: cdata for attribute Pin
led mike1-Sep-06 5:14
led mike1-Sep-06 5:14 
Questionneed help with VoiceXML Pin
keroed_edmond31-Aug-06 4:04
keroed_edmond31-Aug-06 4:04 
AnswerRe: need help with VoiceXML Pin
Legolas_Bilbao31-Aug-06 23:35
Legolas_Bilbao31-Aug-06 23:35 
QuestionXml object and weird "?" characters Pin
tobycow631-Aug-06 2:46
tobycow631-Aug-06 2:46 
AnswerRe: Xml object and weird "?" characters Pin
Michael Dunn6-Sep-06 19:27
sitebuilderMichael Dunn6-Sep-06 19:27 
QuestionAllowing any element in a complex element Pin
impeham31-Aug-06 2:24
impeham31-Aug-06 2:24 
Hi.

I have the following element definition in my schema:

<xs:element name="Object">
<!-- must allow all element names and types -->
<xs:complexType mixed="true">
<xs:attribute name="reserved">
<xs:simpleType>
<xs:restriction base="xs:boolean"/>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>

when i use an XML that validates with it and tries to define <TEST> element under it, i get an error on validation:
"<TEST> is not allowed under element <Object>"

i want to be able to add ANY element under this one. how can it do that in the schema?

Thanks.

AnswerRe: Allowing any element in a complex element Pin
led mike1-Sep-06 5:13
led mike1-Sep-06 5:13 
QuestionRe: Allowing any element in a complex element Pin
impeham2-Sep-06 22:14
impeham2-Sep-06 22:14 
QuestionSmalltalk to XML conversion Pin
Tanmay S. Limaye31-Aug-06 0:29
Tanmay S. Limaye31-Aug-06 0:29 
QuestionXSL in Jscript, and passing Jscript vars in XSL Pin
wallyson29-Aug-06 8:57
wallyson29-Aug-06 8:57 
QuestionEscaping quotes in XML Pin
richiemac29-Aug-06 5:26
richiemac29-Aug-06 5:26 
AnswerRe: Escaping quotes in XML Pin
led mike29-Aug-06 6:18
led mike29-Aug-06 6:18 
GeneralRe: Escaping quotes in XML Pin
richiemac29-Aug-06 7:08
richiemac29-Aug-06 7:08 
GeneralRe: Escaping quotes in XML Pin
led mike29-Aug-06 7:28
led mike29-Aug-06 7:28 
GeneralRe: Escaping quotes in XML Pin
richiemac29-Aug-06 22:46
richiemac29-Aug-06 22:46 
GeneralRe: Escaping quotes in XML Pin
led mike30-Aug-06 5:01
led mike30-Aug-06 5:01 
GeneralRe: Escaping quotes in XML Pin
richiemac30-Aug-06 21:35
richiemac30-Aug-06 21:35 
Questionxsl simple question Pin
Brent Lamborn28-Aug-06 9:46
Brent Lamborn28-Aug-06 9:46 
AnswerRe: xsl simple question Pin
Brent Lamborn28-Aug-06 10:04
Brent Lamborn28-Aug-06 10:04 
AnswerRe: xsl simple question Pin
Elina Blank28-Aug-06 10:06
sitebuilderElina Blank28-Aug-06 10:06 
GeneralRe: xsl simple question Pin
Brent Lamborn28-Aug-06 10:07
Brent Lamborn28-Aug-06 10:07 
QuestionMultiple root elements [modified] Pin
Tomi8728-Aug-06 9:21
Tomi8728-Aug-06 9:21 
AnswerRe: Multiple root elements Pin
led mike29-Aug-06 6:19
led mike29-Aug-06 6:19 

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.