Grouping
Fri, 2 Mar 2007 03:38:00 -0800
How to achieve this ?
Input
-------
<TestRequest >
<Category>Hem</Category>
<Action>NW</Action>
<Results>
<Observation>
<SpecimenType>CSF</SpecimenType>
<ResultCategory>CELLMARK</ResultCategory>
</Observation>
<Observation>
<SpecimenType>MSF</SpecimenType>
<ResultCategory>Tiss ...
|
Help me
1 Mar 2007 05:00:08 -0800
i need to display the current year in the xsl file using some
function.i tried with xsl:variable,xsl:template. but none to my
rescue. can the javascript be used within the template? how do i
proceed.. can u help me on this?
...
|
Which book to buy?
Thu, 01 Mar 2007 10:46:34 +0100
Hi
I am learning xslt, and was wondering which book to buy. I searched in
"Books" at amazon.co.uk and got 50 results... and I ahve no idea which
is best.
I don't know much about XSLT, so it needs to start from scratch. On
the other hand, I'd like it to go as far as it can. Which book would
best do this?
...
|
Generating an XSLT file...
Thu, 1 Mar 2007 00:05:00 -0800
Dear Experts,
I have the following 2 files:
- a well formatted flat file (text file);
- a XML schema that correponds to the above text file. This XML schema file
defines the clearly the positions and lengh of the each of the fields in the
flat file. Actually this XML schema was created using Biztalk.
...
|
xslt 2.0
Wed, 28 Feb 2007 22:09:24 +0100
Hi!
I have a xml-file, a xslt-file (xs spec. 2.0) and a java application
with xalan (xsl spec. 1.0).
In the xslt-file I use a min function (math function).
I get following error:
xalan: can't find function "min".
Is xalan with xslt 2.0 available?
Can I use everything else as xalan for my app?
...
|
XSLT 2.0
Wed, 28 Feb 2007 21:55:09 +0100
Hi!
I have a xml-file, a xslt-file (xs spec. 2.0) and a java application
with xalan (xsl spec. 1.0).
In the xslt-file I use a min function.
I get following error:
xalan: can't find function "min".
Is xalan with xslt 2.0 available?
Can I use everything else as xalan for my app?
Thanks for help?
...
|
this element or the other element?
Tue, 27 Feb 2007 10:32:50 +0100
Hi
I have an XSLT script that is converting some specific XML structure
into HTML.
I have run into a challenge, that I am not certain how to solve:
I need to map the content of a "LocalName" element into a TD element.
But the LocalName has an optional languageID attribute that I must use
if it is present ...
|
|
|
VML causes text to disappear in IE7
26 Feb 2007 06:54:47 -0800
I have a two page HTML document that uses the following VML commands
(once on each page) to display a "watermark":
<v:line to="500 96" from="100 500">
<v:fill on="false"/>
<v:path textpathok="True"/>
<v:textpath style="font:normal normal normal 112pt Times" string="C O
P Y" on="True"/>
</v:line>
When I ...
|
xsl:import not working on Vista...?
26 Feb 2007 06:17:59 -0800
After changing tio Windows Vista, an application depending om
xsl:import fails with the error:
"Named template xxxx does not exist in the stylesheet" - ie. the
stylesheet is not imported.
Works fine on Win XP with IE 7.0
Have tried different versions of MSXML...
...
|
XSLT 2.0
Sat, 24 Feb 2007 19:58:52 +0100
Hi!
I get in ie 7.0 following error-message, if I try to show the files:
"statement xsl:for-each dosn't contain xsl:for-each-group"
Whats's wrong?
Thanks!
Wojtek Kusch
My xml file:
<?xml-stylesheet type="text/xsl" href="grouping1.xsl" ?>
<table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance ...
|