template not getting called
Mon, 21 Apr 2008 10:27:10 -0700
I have a template that I was building with Martins help a couple of weeks
ago, but can't seem to get the 1st template to work.
In essence it is supposed to handle all the elements that DON'T start with
various text. Those elements are handled following this template.
But for some reason the template doesn ...
|
3 Tables
Mon, 21 Apr 2008 09:06:48 -0700 (PDT)
I'm using XSL trying to get two table (one on top of the other) while
simultaneously having a third table next to each other (see example
below)
Table1 Table3
Table2 Table3 continued
Here's an idea of the code I've started
<fo:table width="9in">
<fo:t ...
|
XSL and Global Parameters
Mon, 21 Apr 2008 07:51:54 -0700 (PDT)
I am using XSLT 1.0 and MSXML 4.0 for processing.
=20
I have a snippet of XML that looks like:
<?xml version=3D"1.0" encoding=3D"iso-8859-1"?>
<menu id=3D"menuData">
™ trademark-->
® registered-->
<category name=3D"c1_products" display_name=3D"Category =
One">
...
|
Referencing a Background Image
Sun, 20 Apr 2008 06:27:01 -0700
Hi again,
Further to my recent post about: <img src="{$portrait-image}" width="175"
height="175"/>
I'd like to do the same thing with a Background. I tried:
<td background="{$portrait-image}" width="200" height="200">Background
should appear in this cell.</td>
but I can't control the size of the ima ...
|
Trouble displaying an image - please help
Sat, 19 Apr 2008 23:32:00 -0700
Hello, I'm new to the world of xml xsl and ccs, but I'm trying to give it a
go. I seem to be having a problem loading an image defined in my xml file as:
<character>
<portrait>../../virgilart/WorkingOnIt/sphere-01.jpg</portrait>
...
<character>
I retrieve the value in my xsl and trim off the ../ with th ...
|
Table XSL Question - Martin Honnen?
Sat, 19 Apr 2008 15:41:01 -0700
I saw the post by Julie Smith and it appears that I'm trying to do something
similar.
I have a variable number of elements in my XML... I want to display them in
a table with no more than 4 columns. So if I have 6 elements, I'll have two
rows of cells, 4 cells across with only 6 populated.
I'm working ...
|
Passing parameter to an indirectly called function.
Wed, 16 Apr 2008 19:55:03 -0700 (PDT)
Hello group,
I have a string replacement function (thanks to folks in this forum).
Also I have many XSL files that need to make use of the replace
functionality. I found there is an include directive to include an XSL
in another XSL. So that from each XSL file I can call the replacement
function with necessar ...
|
|
|
"Embedded" XML in contains() and string-before() / string-after()
functions.
Mon, 14 Apr 2008 18:36:30 -0700 (PDT)
Hi group,
I am trying to write an XSL transform to take an XML as input and
replace all single quotes ( ' ) with two single quotes ( '' ). The
situation is I am only sure about the name of the root tag of my XML.
Within the root tags I may have another tree of XML and I want to
replace all single quotes with tw ...
|
conditional matching
Mon, 14 Apr 2008 10:52:20 -0700 (PDT)
1) I need to match an element A provided it is one of the first three
children of element Z. Alternatively, I could just match A and then
conditionally process it within the template rule.
2) I need to match element B provided all its preceding siblings are
any or all of elements W, X, or Y. Again, I could use ...
|
Help? - xsl if statement
Sun, 13 Apr 2008 14:29:11 +1000
Hi,
I want to do this:
<xsl:if test="true"></tr></xsl:if>
However, I keep getting an error about the </tr>. How can i do this?
Thanks in advance. ...
|