Getting a bad request on a link
Thu, 26 Jun 2008 13:35:44 -0700
Hello
This is my xml file snippet:
<storylink>http://www.cvx.net/nosun.aspx</storylink>
This is my xsl file snippet:
<a href="<xsl:value-of select='stories/story/storylink'/>">The rest of the story</a>
It transforms okay but clicking on the link I get a bad request error. So what am I doing that is ...
|
XSLT Editor (Xselerator?)
Thu, 26 Jun 2008 13:35:14 -0500
When I was writing a lot of XSL documents I relied heavily upon
MarrowSoft's Xselerator:
http://www.marrowsoft.co.uk/
Xselerator doesn't appear to be doing any further updates, nor is it
even being sold anymore (I think?). Nor have I seen Marrow on the forums
lately (not that I've looked that hard!).
On ...
|
Using XSLT to transform XHTML to XHTML
Thu, 26 Jun 2008 01:50:00 -0700
Dear XSL newsgroup
I have input XHTML (indirectly produced from MS Word) and I am using XSLT to
produce an output XHTML document. The input XHTML contains many topics, the
transform selects one topic of interest and the output XHTML can be displayed
as a web page. I have ensured the input is well-formed and ...
|
Can you transform XML into a SQL INSERT statement
Thu, 26 Jun 2008 00:20:01 -0700
Hi,
Is it possible to use XSLT to transform xml data into an insert statement
with xslt?
Many thanks for any ideas on this
@nt ...
|
Collecting data in each line Options
Wed, 25 Jun 2008 11:00:19 -0700 (PDT)
I need to write xsl document to collect data csv:field[4] for each
line groubing by
csv:field[1]
<csv:line>
<csv:field>48</csv:field>
<csv:field>20</csv:field>
<csv:field>6</csv:field>
<csv:field>6430</csv:field>
</csv:line>
< ...
|
Debugging XSLT called from external program (xsl:message output?)
Sat, 21 Jun 2008 07:28:06 -0700 (PDT)
Dear all,
I have a third-party program which calls a stylesheet and uses the
returned output. The application uses the MSXML engine to do the
transformations. Users are able to create their own stylesheets.
Documentation of the XSLT format is sketchy at best, so trying to
create my own stylesheet is rather ...
|
Firefox 3 ignores processing instruction
Fri, 20 Jun 2008 14:33:21 -0700 (PDT)
Firefox 3 seems to be having problems with my XSL stylesheet. The page
does the transformation just fine in FF2, but after the upgrade, it
just loads the XML as if the tags were html tags. Checking wireshark
shows that it's not even making a request for the XSL file (which it
did in FF2). I load the stylesheet w ...
|
|
|
Hope an xslt guru can help me with this
Fri, 20 Jun 2008 17:10:11 +1000
I have a xml below and its from a sharepoint list and i would like to format
it using xslt.
What i want to achieve is Display the Title,Body,Modified and the Author
I have actually done that(but not done well) and this is my xslt below (but
what i want to to also achieve is check for the node rows and if ...
|
XSL Sort
Thu, 19 Jun 2008 04:05:49 -0700 (PDT)
How to sort some data with either/or condition ...
|
confused by XSL
Tue, 17 Jun 2008 11:36:41 -0700 (PDT)
I have an .xsql page that references an .xsl template. (both listed
below) The problem comes when the query in the .xsql page has no
results and uses the no-rows-query.
At this point I get an error message (also listed below). To me this
error message says there is a problem with the .xsl page.
If I remo ...
|