Click here to Skip to main content
15,909,939 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionI'm New To XML Pin
khande200811-Dec-08 16:05
khande200811-Dec-08 16:05 
AnswerRe: I'm New To XML Pin
Christian Graus12-Dec-08 19:50
protectorChristian Graus12-Dec-08 19:50 
Questionweb service - post xml data Pin
dotnetlover_1111-Dec-08 7:01
dotnetlover_1111-Dec-08 7:01 
AnswerRe: webservice - post XML data Pin
led mike11-Dec-08 7:52
led mike11-Dec-08 7:52 
QuestionXML Explanation Pin
Vimalsoft(Pty) Ltd11-Dec-08 2:04
professionalVimalsoft(Pty) Ltd11-Dec-08 2:04 
QuestionRe: XML Explanation Pin
led mike11-Dec-08 5:52
led mike11-Dec-08 5:52 
AnswerRe: XML Explanation Pin
Vimalsoft(Pty) Ltd11-Dec-08 18:56
professionalVimalsoft(Pty) Ltd11-Dec-08 18:56 
Questionxsd restriction Pin
User 5838528-Dec-08 15:44
User 5838528-Dec-08 15:44 
In my xsd file I have a bool element. I want to set a restriction so that it can only be set to true if a previous element is present and has a particular value.


Something like this

<xs:simpleType name="someEnum">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Value1" />
    <xs:enumeration value="Value2" />
  </xs:restriction>
</xs:simpleType>

...

<xs:element name="Field1" type="someEnum" minOccurs="0" maxOccurs="1" />
<xs:element name="Field2" type="xs:boolean" minOccurs="0" maxOccurs="1" />


I want to change it so that Field2 can only be true if Field1 is Value2 from the enum
QuestionNeed help.. Pin
raveen8-Dec-08 7:28
raveen8-Dec-08 7:28 
QuestionRe: Need help.. Pin
led mike8-Dec-08 7:40
led mike8-Dec-08 7:40 
QuestionShowing Image Pin
amit sahu207-Dec-08 19:58
amit sahu207-Dec-08 19:58 
AnswerRe: Showing Image Pin
Christian Graus11-Dec-08 14:46
protectorChristian Graus11-Dec-08 14:46 
QuestionProblem: How to sort a XML file into another XML File ? Pin
zouzoulikou4-Dec-08 7:03
zouzoulikou4-Dec-08 7:03 
QuestionRe: Problem: How to sort a XML file into another XML File ? Pin
led mike4-Dec-08 7:37
led mike4-Dec-08 7:37 
AnswerRe: Problem: How to sort a XML file into another XML File ? Pin
TJS4u4-Dec-08 23:05
TJS4u4-Dec-08 23:05 
Question[Message Deleted] Pin
zouzoulikou4-Dec-08 6:49
zouzoulikou4-Dec-08 6:49 
AnswerRe: How to sort a XML file into another XML File Pin
zouzoulikou4-Dec-08 6:53
zouzoulikou4-Dec-08 6:53 
QuestionXSD Conditional Elements Pin
Skippums3-Dec-08 7:24
Skippums3-Dec-08 7:24 
QuestionI want to use search of a website through my application Pin
IrfanHaleem2-Dec-08 7:15
IrfanHaleem2-Dec-08 7:15 
AnswerCross Post Pin
led mike3-Dec-08 8:00
led mike3-Dec-08 8:00 
QuestionJavascript in xsl Pin
Ashvish2-Dec-08 0:47
Ashvish2-Dec-08 0:47 
QuestionRe: Javascript in xsl Pin
led mike2-Dec-08 5:20
led mike2-Dec-08 5:20 
AnswerRe: Javascript in xsl Pin
Ashvish3-Dec-08 19:36
Ashvish3-Dec-08 19:36 
GeneralRe: Javascript in xsl Pin
led mike4-Dec-08 5:24
led mike4-Dec-08 5:24 
QuestionWould this allow Employee and Member both? Pin
paresh_joe1-Dec-08 22:27
paresh_joe1-Dec-08 22:27 

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.