Replacing a string with another nodes text.
3 Apr 2006 19:15:33 -0700
I want to turn this:
<root>
<book>
<name>answerToce02dde2-07a5-4a7a-9c72-51e97c13af8d</name>
<author>answerTo47f8c10a-2032-4de3-9862-6056850f8002</author>
<year>1986</year>
</book>
<answers>
<answer id="ce02dde2-07a5-4a7a-9c72-51e97c13af8d">Xslt for
dummies</answer>
<answer id="47f8c10a- ...
|
for-each A to Z
Mon, 3 Apr 2006 16:58:12 +0200
how can i create for-each loop to through all the letters of the alphabet
from A to Z?
regards,
Mystique
...
|
XSLT client side sorting
Mon, 3 Apr 2006 05:29:02 -0700
Hi,
I have an Asp.Net(1.1) project in which I am using the XSLTransform class to
generate HTML using a dataset and a XSL file. Is it possible to do client
side sorting of the data ?
Grateful for any advice/ideas. ...
|
Looking for simple XPath
Fri, 31 Mar 2006 10:09:04 -0800
I'm sure this is very simple but could someone please help me with the/an
xpath expression that would return the string 'bar' from the following xhtml
snippet? Thanks in advance.
<td><b>foo</b>bar</td>
Dave
...
|
[ANNOUNCE] Invoking Web Services from XQuery
31 Mar 2006 07:43:28 -0800
Hey Everyone,
Stylus Studio has just released a new video tutorial called "Building
XQuery Web Services with Stylus Studio"
(http://www.stylusstudio.com/videos/ws-xquery1/ws-xquery1.html). This
new video tutorial covers the following topics:
· Finding a web service by browsing a UDDI registry
· Invoki ...
|
Getting info from parent node
31 Mar 2006 02:35:36 -0800
Hi everyone and please be gentle as I'm only just starting with xsl.
I have the following XML:
<Data>
<Group Name="Football" GroupId="36">
<SubGroup SubGroupId="36-0">
<Item Name="Item1" ID="36-0-2578" Expiry="04/04/2006 20:44">
<OddsGroup Name="Winner" ID="36-0-2578-8">
<Selection Name="Barc ...
|
long date format to short date
30 Mar 2006 10:09:59 -0800
Hi:
I have a date passed to my stylesheet int he following format:
1223228516844
How can I format this?
...
|
|
|
Newbie question regarding xsl:choose
Wed, 29 Mar 2006 17:11:31 -0500
Hello,
I wish to color a cell based upon an attribute named weight. I am trying
<xsl:when test="@weight='1'"> but I am unclear as to why its not working. I
have tried
weight=1 , weight='1' and weight="1" but nothing seems to apply.
Also in this sample I have 3 columns of "Data" and 3 colors but if I w ...
|
Attempting a template match with an XML attribute
29 Mar 2006 03:48:19 -0800
Hi,
I have created this XML for a test log
<SNIP>
<?xml version="1.0"?>
<?xml-stylesheet type='text/xsl' href='show.xsl'?>
<testresults>
<test id="TESTID_10">
<teststatus>pass</teststatus>
</test>
<test id="TESTID_20">
<teststatus>fail</teststatus>
<failmessage>Country Code: GB Not Equal to ...
|
Aligning table data according to "colspec" element
28 Mar 2006 23:00:59 -0800
This is my XML file
===================
<table-wrap id="tab001" position="float">
<label>TABLE 1.</label><caption><p>Table caption Table caption Table
caption Table caption</p></caption>
<table alt-graphic="014460500423X_tab001" frame="topbot">
<tgroup cols="5">
<colspec colname="1" colwidth="7.5*"/>
<cols ...
|