Combo box settings in XSL
23 Feb 2007 13:09:15 -0800
Okay, I have gotten a combo box set up in XSL and it shows up in a
grid in a ASP 3.0 app. Here is my XSL:
<td class="small" nowrap="">
<select name="cboCompany" class="small"
onchange="fieldEdited(this.parentNode.parentNode)">
<xsl:attribute name="value">
<xsl:value-of select="@COMPAN ...
|
Xpath predicate error
23 Feb 2007 10:24:54 -0800
Hi
i 'm new to xpath , i used it toi naviguate tyhrough an Xml document,
since it's much easier.
But a got a problem with the predicate:
i have a web page that is supposed to enable user to find an
element(Employee Details) in an xml file and it's child by giving
either the Id or Name, through a text field ...
|
XSLT problem
23 Feb 2007 07:42:46 -0800
Hi!
I have a problem with XSLT.
First, the xml and the xsl.
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="test.xsl"?>
<menu>
<mainmenu title="Main" path="~/default.aspx" />
<mainmenu title="Help" path="~/default.aspx" />
<mainmenu title="Top node 1">
<menuit ...
|
Creating a combo box within a grid that uses XSL
23 Feb 2007 06:13:12 -0800
Hi,
There is a grid inside an old ASP 3.0 app that I'm working with that I
need to modify one of the columns within it from being a text box to
be a combo box. I am not sure how to accomplish that. I tried to
modify the type="text" value below to be type="combobox" but that
didn't work. Is there a way to d ...
|
Conditionally create outer element
Fri, 23 Feb 2007 05:04:59 -0800
In my XSLT template (XSLT 1.0, XslCompiledTransform) I have many places where
I need to write something like this
<xsl:choose>
<xsl:when test="someCondition">
<xsl:element name="someElement">
some content goes here
</xsl:element>
</xsl:when>
<xsl:otherwise>
the same (identical ...
|
Translate doesn't work!!
Thu, 22 Feb 2007 17:29:00 -0800
Hello,
I am using translate in my .xslt to remove the space like this:
<xsl:for-each select=".//Illustration">
<xsl:value-of select="translate(./@illusName, ' ', '')"/>
But this doesn't seem to work when i use the Transform() of .NET. The above
works well with command line msxsl and ...
|
Preserving spaces with inner tags
22 Feb 2007 06:42:40 -0800
Hello,
I'm using the following xml structure:
<DefinitionCtn>
<Definition> <b>A</b>ccident and <b>E</b>mergency (<i>see</i>
<b>accident and emergency</b>) </Definition>
</DefinitionCtn>
As you can see some of my tags contain both text and child tags.
When trying to use xslt in order to output it to html ...
|
|
|
XSLT conditional Sorting
Thu, 22 Feb 2007 03:19:05 -0800
Hi
I have the following xml
<TestRequests>
<TestRequest CollectionStatus="Resulted">
<Category>Hem</Category>
<Text>Complete Blood Count</Text>
<SortKey>A<SortKey/>
</TestRequest>
<TestRequest CollectionStatus="Resulted">
<Category>CHem</Category>
<Text>RBC Count</Text>
<Sort ...
|
[increment variable way ou counter way]
Thu, 22 Feb 2007 10:19:36 +0100
again the same question... how obtain a counter.... or dynamic variable...
i want swap the line background color in my html output :
my xml :
<equipements>
<peoples>
<name id="john">
<inservice>1</inservice>
</name>
<name id="marc">
<inservice>0</inservice>
</name>
...
|
Register for adsense
Wed, 21 Feb 2007 08:11:35 GMT
Register for Google Adsense and make thousands of dollars a month. Click here http://www.adsenseonline.info to find out how to make over 10,000 ! dollars a month using the tips and techniques only before avaliable to online professionals. Google Adsense tips that have made millions. 2 Co 5:19
- - - - And for ...
|