|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: units of measure and conversion in XSLT
Hi Ms,
Try google. Wikipedia has a page with some general hints about the subject: http://en.wikipedia.org/wiki/Conversion_of_units If with "px" you mean pixels, it will be a bit hard, because it is not really a unit of length, but more a unit for a screen. A pixel size can vary wildly, so you will have to define that yourself. Equalling it to the point might give some workable results. In XSLT: use the multiply operatorL "*". You may need to convert strings to numbers, which you can do with the number() function. Cheers, -- Abel ms wrote: Hi:
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






