Click here to Skip to main content
15,895,142 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: xpath during xsl transfomation Pin
Dustin Metzgar1-Nov-06 10:32
Dustin Metzgar1-Nov-06 10:32 
QuestionIgnore whitespace problem while reading XML file Pin
biglewy26-Oct-06 1:22
biglewy26-Oct-06 1:22 
AnswerRe: Ignore whitespace problem while reading XML file Pin
led mike26-Oct-06 9:12
led mike26-Oct-06 9:12 
AnswerRe: Ignore whitespace problem while reading XML file Pin
Michael Dunn26-Oct-06 16:16
sitebuilderMichael Dunn26-Oct-06 16:16 
GeneralRe: Ignore whitespace problem while reading XML file Pin
biglewy26-Oct-06 20:12
biglewy26-Oct-06 20:12 
GeneralRe: Ignore whitespace problem while reading XML file Pin
led mike27-Oct-06 6:36
led mike27-Oct-06 6:36 
GeneralRe: Ignore whitespace problem while reading XML file Pin
Dustin Metzgar27-Oct-06 8:03
Dustin Metzgar27-Oct-06 8:03 
QuestionSchema for "Element or List of Elements" Pin
peterchen25-Oct-06 6:06
peterchen25-Oct-06 6:06 
I want to define a schema for an XML fiel that contains either a "Topic" or a "TopicList" which is a collection of topics.

i.e. the XML file should contain either

<?xml blubber?>
<Topic>
<!-- Topic blubber -->
</Topic>

or

<?xml blubber?>
<TopicList>
<Topic>
<!-- Topic blubber for topic 1 -->
</Topic>

<Topic>
<!-- Topic blubber for topic 2 -->
</Topic>

</TopicList>


I currently make the topic list required, but I'm curious how to avoid that.
AnswerRe: Schema for "Element or List of Elements" Pin
led mike25-Oct-06 8:58
led mike25-Oct-06 8:58 
GeneralRe: Schema for "Element or List of Elements" Pin
peterchen25-Oct-06 9:15
peterchen25-Oct-06 9:15 
GeneralRe: Schema for "Element or List of Elements" Pin
Michael Dunn25-Oct-06 9:30
sitebuilderMichael Dunn25-Oct-06 9:30 
AnswerRe: Schema for "Element or List of Elements" Pin
BoneSoft27-Oct-06 10:29
BoneSoft27-Oct-06 10:29 
GeneralRe: Schema for "Element or List of Elements" Pin
peterchen27-Oct-06 12:06
peterchen27-Oct-06 12:06 
AnswerRe: Schema for "Element or List of Elements" Pin
KaЯl2-Nov-06 21:35
KaЯl2-Nov-06 21:35 
QuestionXSL/Xpath Problem Pin
Sarvis24-Oct-06 17:23
Sarvis24-Oct-06 17:23 
GeneralRe: XSL/Xpath Problem Pin
Elina Blank25-Oct-06 2:39
sitebuilderElina Blank25-Oct-06 2:39 
GeneralRe: XSL/Xpath Problem Pin
Sarvis25-Oct-06 4:46
Sarvis25-Oct-06 4:46 
GeneralRe: XSL/Xpath Problem Pin
Elina Blank25-Oct-06 5:45
sitebuilderElina Blank25-Oct-06 5:45 
GeneralRe: XSL/Xpath Problem Pin
Sarvis25-Oct-06 10:22
Sarvis25-Oct-06 10:22 
GeneralRe: XSL/Xpath Problem Pin
Elina Blank26-Oct-06 3:38
sitebuilderElina Blank26-Oct-06 3:38 
GeneralRe: XSL/Xpath Problem Pin
Sarvis27-Oct-06 12:04
Sarvis27-Oct-06 12:04 
AnswerRe: XSL/Xpath Problem Pin
Dustin Metzgar26-Oct-06 9:33
Dustin Metzgar26-Oct-06 9:33 
GeneralRe: XSL/Xpath Problem Pin
Sarvis26-Oct-06 14:02
Sarvis26-Oct-06 14:02 
GeneralRe: XSL/Xpath Problem Pin
Dustin Metzgar27-Oct-06 7:59
Dustin Metzgar27-Oct-06 7:59 
GeneralRe: XSL/Xpath Problem Pin
Sarvis27-Oct-06 12:03
Sarvis27-Oct-06 12:03 

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.