Subject: RE: Node's content modification
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Fri, 7 Sep 2001 21:27:41 +0100
|
Have a look at the EXSLT string functions at http://exslt.org
Ciao Chris
XML/XSL Portal
http://www.bayes.co.uk/xml
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Auguste Oumar
> Sent: 07 September 2001 19:10
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Node's content modification
>
>
> Hi community,
> i'm trying unsuccessfully to solve this problem:
> i wrote a xml-file say:
> <?xml... ?>
> <doc>
> <string>xml</string>
> <integer>123</integer>
> </doc>
>
> In the xml-schema file for this instance document i
> fixed the maximum length of the elements "string" and
> "integer" to say: 5
> I wrote a xslt-file to transform the xml- to an
> ascii-file.The problem ist that: i want in the
> ascii-file the maximum length of each element to be
> reach in this way:
> - if the element is a string or derived from it i
> fill it with space to reach the maximum length(after
> it)
> - if it is an integer i write "0" prior to it.
> For the example document beyond the result should be
> like:
> "xml 00123" but i always became it this way:"xml123"
>
> How can i solve it smartly?
>
> Any help will be appreciated.
>
> thanks.
>
>
>
>
> __________________________________________________________________
> Do You Yahoo!?
> Gesendet von Yahoo! Mail - http://mail.yahoo.de
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|