Click here to Skip to main content
15,918,258 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Generalusing xsl Pin
dsk7-Oct-02 20:45
dsk7-Oct-02 20:45 
GeneralRe: using xsl Pin
Paul Watson7-Oct-02 21:49
sitebuilderPaul Watson7-Oct-02 21:49 
GeneralRe: using xsl Pin
Brandon Driesen8-Oct-02 1:51
Brandon Driesen8-Oct-02 1:51 
Generalxsd:fractionDigits Pin
Hans Ruck26-Sep-02 0:02
Hans Ruck26-Sep-02 0:02 
GeneralRe: xsd:fractionDigits Pin
The1-Oct-02 0:02
The1-Oct-02 0:02 
GeneralRe: xsd:fractionDigits Pin
Hans Ruck1-Oct-02 0:28
Hans Ruck1-Oct-02 0:28 
GeneralRe: xsd:fractionDigits Pin
The1-Oct-02 0:28
The1-Oct-02 0:28 
GeneralRe: xsd:fractionDigits Pin
The1-Oct-02 0:56
The1-Oct-02 0:56 
Try this :

...
<xsd:restriction base='decimal'>
<xsd:totalDigits value='10'/>
<xsd:fractionDigits value='2'/>
<xsd:minInclusive value='0.00'/>
<xsd:maxInclusive value='1000.00'/>
</xsd:restriction
...

And let me know

Be The First
GeneralRe: xsd:fractionDigits Pin
Hans Ruck1-Oct-02 1:12
Hans Ruck1-Oct-02 1:12 
GeneralRe: xsd:fractionDigits Pin
The1-Oct-02 1:29
The1-Oct-02 1:29 
QuestionUnsupported chars? Pin
Rickard Andersson2025-Sep-02 2:26
Rickard Andersson2025-Sep-02 2:26 
AnswerRe: Unsupported chars? Pin
Anonymous25-Sep-02 2:35
Anonymous25-Sep-02 2:35 
Questionhow to display xml in IE6? Pin
Segal24-Sep-02 19:46
Segal24-Sep-02 19:46 
AnswerRe: how to display xml in IE6? Pin
Anonymous24-Sep-02 22:00
Anonymous24-Sep-02 22:00 
QuestionXML for a starter? Pin
zhoujun24-Sep-02 14:43
zhoujun24-Sep-02 14:43 
AnswerRe: XML for a starter? Pin
Paul Watson24-Sep-02 21:03
sitebuilderPaul Watson24-Sep-02 21:03 
GeneralRe: XML for a starter? Pin
zhoujun25-Sep-02 14:18
zhoujun25-Sep-02 14:18 
Generalxsl:variable Pin
Christian Graus22-Sep-02 12:18
protectorChristian Graus22-Sep-02 12:18 
GeneralRe: xsl:variable Pin
Richard Deeming22-Sep-02 23:46
mveRichard Deeming22-Sep-02 23:46 
GeneralRe: xsl:variable Pin
Christian Graus22-Sep-02 23:47
protectorChristian Graus22-Sep-02 23:47 
GeneralRe: xsl:variable Pin
Richard Deeming23-Sep-02 1:00
mveRichard Deeming23-Sep-02 1:00 
GeneralRe: xsl:variable Pin
Stuart Dootson25-Sep-02 8:12
professionalStuart Dootson25-Sep-02 8:12 
GeneralRe: xsl:variable Pin
Christian Graus25-Sep-02 12:19
protectorChristian Graus25-Sep-02 12:19 
GeneralCopy XML string into a node Pin
Sascha18-Sep-02 7:34
Sascha18-Sep-02 7:34 
GeneralRe: Copy XML string into a node Pin
Paul Watson18-Sep-02 8:06
sitebuilderPaul Watson18-Sep-02 8: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.