generic XSL table template
Sat, 27 May 2006 17:41:29 +0200
hi
I have a XML file like the attachment (CadReport.xml)
I want to create a XSL that generates the XML file to a HTML file with a
table...but the number of columns like h1, h2, h3,....and c1, c2,
c3,....they might be 3 or more columns
It's kind of dynamic :)
Anybody has any idea how to do this?
Regards,
...
|
Generic XSL table template
Sat, 27 May 2006 17:37:13 +0200
hi
I have an XML like this:
...
|
Help!!!!
26 May 2006 18:13:25 -0700
I'm trying to do an xsl transformation of the following document
<DiscussionGroup xmlns="">
<DiscussionRow>
<ID>1</ID>
<Title>Hello World</Title>
<ThreadID>{20060526-1754-09B8-9BC6-CAB08C52F99D} </ThreadID>
<GUID>{8F30B32D-C4DC-4793-B4CB-36D0888247BB}</GUID>
</DiscussionRow>
<Discussi ...
|
transforming xsl-fo into .doc
26 May 2006 15:02:44 -0700
What are the tools currently available for transforming xsl-fo into
..doc?
TIA,
David
...
|
apply-templates - no output
Fri, 26 May 2006 10:44:03 -0700
I am new to XSLT. This is my first XSL script. It does not seem to be working.
I am reading the book "XML in a nut shell". From what I read this should work
but it does not.
I am running MSXSL.EXE (using XP - the version 4.0 DLL is installed).
Here is my data:
<?xml version="1.0" encoding='UTF-8' ?>
...
|
grouping based on an attribute value
25 May 2006 17:19:02 -0700
I want to list tools based on their publisher. I want to display the
publisher name and then list all the related tools.
Here's a segment of the data:
<tool id = "to-0010" publisher = "IBM">
<name>Netegrity Site Minder for WebSphere Portal</name>
</tool>
<tool id = "to-0011" publisher = "Popkin">
...
|
node set variables
Thu, 25 May 2006 14:24:51 -0700
I'm trying to build a template which returns a node set, which I can use.
In the example below, I call the gettable template and pass it a paramenter.
based on the paramenter the template is supposed to return a node, which I
can then do xpath queries on with value-of. It works if my gettable
template ret ...
|
|
|
loop address line starting from line 2
Thu, 25 May 2006 09:25:01 -0700
I'd like to map the address line 1 to name, and address line 2 to address. I
need help with the for-each statement starting at number="2".
Here is the input xml:
<shipto>
<address>
<line number="1">my comp name</line>
<line number="2">address line 1</line>
<line number="3">address line 2< ...
|
Copying XML but not escaping...
Thu, 25 May 2006 13:12:30 +0100
Hi guys,
I've got some XML source, and an XSL transform file. When the source is
mapped by the XSL, all that happens is that the XML is copied , but a
"summary" tag is inserted, pulling out some data.
The problem is, in the XML, I have some escaped characters, but when
they get copied in the XSL, the ...
|
xsl applying table-properties
24 May 2006 15:05:15 -0700
HI,
I have an xsl that generates html having a lot of tables - through C#
code. The tables are nested and are huge. I want to set the background
color of some table rows depending upon the attributes in the input xml
(conditional). If I try to use the xsl table-properties with the
xsl:when, I am getting err ...
|