Click here to Skip to main content
15,911,891 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: dynamic display of image from XML source Pin
Christopher Lord23-Jun-02 8:08
Christopher Lord23-Jun-02 8:08 
GeneralRe: dynamic display of image from XML source Pin
jkgh24-Jun-02 0:46
jkgh24-Jun-02 0:46 
GeneralSpace in XML Pin
Hitu14-May-02 18:33
Hitu14-May-02 18:33 
GeneralRe: Space in XML Pin
MS le Roux14-May-02 20:19
MS le Roux14-May-02 20:19 
GeneralRe: Space in XML Pin
Not Active15-May-02 6:13
mentorNot Active15-May-02 6:13 
GeneralRe: Space in XML Pin
Michael A. Barnhart15-May-02 14:06
Michael A. Barnhart15-May-02 14:06 
GeneralTypes in Schema Pin
Jamie Nordmeyer14-May-02 11:03
Jamie Nordmeyer14-May-02 11:03 
GeneralRe: Types in Schema Pin
Michael A. Barnhart14-May-02 16:53
Michael A. Barnhart14-May-02 16:53 
The following checks ok for me:
<?xml version = "1.0" encoding = "UTF-8"?>
<xs:schema xmlns:xs = "http://www.w3.org/2001/XMLSchema" elementFormDefault = "qualified">
<xs:simpleType name="FieldTypes">
<xs:restriction base="xs:string">
<xs:enumeration value="Number" />
<xs:enumeration value="String" />
<xs:enumeration value="SSN" />
<xs:enumeration value="Money" />
<xs:enumeration value="Date" />
</xs:restriction>
</xs:simpleType>

<xs:simpleType name="FileExtension">
<xs:restriction base="xs:string">
<xs:pattern value="\d{2}"/>
</xs:restriction>
</xs:simpleType>

</xs:schema>

How are you defining your namespace? and or can you describe what you mean by not getting it to work?

To be conscious that you are ignorant of the facts is a great step towards Knowledge. Benjamin Disraeli
GeneralRe: Types in Schema Pin
Jamie Nordmeyer15-May-02 5:37
Jamie Nordmeyer15-May-02 5:37 
GeneralRe: Types in Schema Pin
Michael A. Barnhart15-May-02 13:53
Michael A. Barnhart15-May-02 13:53 
GeneralNewbie needs help with a schema. Pin
nay10-May-02 10:10
nay10-May-02 10:10 
GeneralRe: Newbie needs help with a schema. Pin
Michael A. Barnhart11-May-02 0:41
Michael A. Barnhart11-May-02 0:41 
GeneralRe: Newbie needs help with a schema. Pin
nay11-May-02 4:45
nay11-May-02 4:45 
GeneralUsing XSL to filter the data from XML Pin
5-May-02 22:49
suss5-May-02 22:49 
GeneralRe: Using XSL to filter the data from XML Pin
MS le Roux6-May-02 5:41
MS le Roux6-May-02 5:41 
GeneralRe: Using XSL to filter the data from XML Pin
6-May-02 18:14
suss6-May-02 18:14 
GeneralRe: Using XSL to filter the data from XML Pin
MS le Roux6-May-02 22:16
MS le Roux6-May-02 22:16 
GeneralXML Logging (Your thoughts) Pin
3-May-02 19:58
suss3-May-02 19:58 
GeneralRe: XML Logging (Your thoughts) Pin
Michael A. Barnhart4-May-02 1:52
Michael A. Barnhart4-May-02 1:52 
GeneralRe: XML Logging (Your thoughts) Pin
Erik Westermann5-May-02 7:46
professionalErik Westermann5-May-02 7:46 
GeneralRe: XML Logging (Your thoughts) Pin
Todd.Harvey6-May-02 9:09
Todd.Harvey6-May-02 9:09 
GeneralRe: XML Logging (Your thoughts) Pin
David Chamberlain17-May-02 3:49
David Chamberlain17-May-02 3:49 
GeneralOutputting a !DOCTYPE declaration from an XSL stylesheet Pin
Domenic Denicola3-May-02 4:23
Domenic Denicola3-May-02 4:23 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Michael A. Barnhart3-May-02 15:20
Michael A. Barnhart3-May-02 15:20 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Domenic Denicola4-May-02 17:06
Domenic Denicola4-May-02 17:06 

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.