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 ...
|
xpath to select all the elements in XML with one exception only
Thu, 7 Feb 2008 01:52:47 -0800 (PST)
Hi
I need an efficient xpath 2.0 expressions to apply it to the following
input xml
<tag1>
<tag2>
......... many elements here
</tag2>
<tag3>
<tag4> a number here</tag4>
......... many elements here
</tag3>
<tag3>
<tag4> > a number here </tag4 ...
|
distinct output
Thu, 7 Feb 2008 00:19:52 -0800 (PST)
Hello,
I have a xml like this:
<root>
<item name="111">
<subitem name="aaa">
<subitem name="bbb">
</item>....
Now I want to output the item names for some subitems.
example: I want all item names with a subitem "aaa"
I can do that. Now comes the but:
I want them only be outputted ...
|