Is it possible to format a number as hexadecimal?
Tue, 12 Feb 2008 11:37:54 +0000
Is there any way in XSLT to convert a numerical value into a
hexadecimal representation?
Something like a format-number-hex() function perhaps?
Dave Lowndes ...
|
String Conversion
Tue, 12 Feb 2008 09:02:39 +0100
Hello all,
I am new to XLS. I would like to get only the decimal value of a string
ID="abcdef_12345" (i.e. having 12345 to put in a new ID)
Thank you all
...
|
line is offset from the start of the script block
Mon, 11 Feb 2008 17:35:20 +0100
Dear sir,
I used below VBScript function inside XSLT. I found example and description
on microsoft site. However it always return below errors. Any helps?
{"Microsoft VBScript runtime error
Wrong number of arguments or invalid property assignment
line = 6, col = 2 (line is offset from the start of the scr ...
|
using external date function
Mon, 11 Feb 2008 12:34:25 +0100
Dear sir,
I am using XSLT 1.0. 2.0 is not possible in my situation because I am using
MSXML as the processor.
I need to use a date function to convert string into date and compare them.
The string can be ISO format.
I google and found an XSLT extension at exslt.org. I add the below namespace
to my xsl ...
|
XML to XML conversion using XSL
Mon, 11 Feb 2008 08:32:35 +0100
Hello,
I am trying to convert a XML scheme A to a XML scheme B, using XSL 1.0. Can
someone help me ?
Many thanks.
-------------------------------------------------------------------------------------------------------
Here is the schemes :
Scheme A :
<node TEXT="ROOT">
<node TEXT="N1">
...
|
Our new website
Fri, 8 Feb 2008 15:41:54 -0800
This website is for artist, freelancers, programmers, writers, translators. All who is looking for work.
If you are a skilled professional use page "Add profile" to create your profile.
Also this website is for those who is looking for skilled professional.
If you are looking for a professional use page "Pr ...
|
Separating Attribute Sting
Fri, 8 Feb 2008 04:27:56 -0800 (PST)
Hello,
I have an attribute string that I want to select but seperate at the
same time.
So something like:
<something stuff="_aaaaaa _bbbbbb _ccccc">
I need to select each string starting with '_' and there could be one
to many sub-strings.
Is there something that could do this for me, this seems to ...
|
|
|
Replace attribute value
Fri, 8 Feb 2008 12:27:02 +0100
Hi,
I would like to replace attribute values in an XML file if it matches
another value.
Given this XML fragment :
<Users>
<User fistName = "Olivier" advancedViewing="VRAI"/>
<User fistName = "Olivier" advancedViewing="FAUX"/>
</Users>
It should become :
<Users>
<User fistName = "Olivier" advancedView ...
|
Simple Question on Special Charaters in Attributes (Newbie)
Thu, 7 Feb 2008 11:32:04 -0800 (PST)
Hi all,
I'm trying to select an attribute called xmi:id in an xslt.
<xsl:value-of select="@xmi:d"/>
but won't work with ':' in the select.
Would someone be bale to help me out?
Also, are these known as special characters?
Thanks,
C ...
|
search all elements?
Thu, 7 Feb 2008 11:49:39 +0100
Dear Sir,
I have below filter function using XSLT .
---------------------------------------------------------------------------------------
<xsl:apply-templates mode="search"
select="agendas/agenda[contains(translate(intro,$UC,$lc), $Keyword) or
contains(translate(title,$UC,$lc), $Keyword)]">
</xsl ...
|