W3C XSL example not working with IE6
Sun, 11 Mar 2007 15:03:44 GMT
I followed the example at http://www.w3.org/MarkUp/2004/xhtml-faq#ie to get
IE6 to work with xhtml, but I get the error message:
"The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and
then click the Refresh button, or try again later. "
The url of the f ...
|
Variable/Dynamic test condition based on input parameters
Fri, 09 Mar 2007 05:23:11 GMT
This will sound very much like a VS2005 feature and it is somewhat that way
except I am having to use .net framework 1.1. Having said that here is what
I am trying to do: Use an XML file (and associated XSLT) to generate the
menu for a page - similar to VS2005 site map feature. Here is the XML:
<?xml ver ...
|
result-document + conditional
Thu, 08 Mar 2007 17:42:50 +0000
I have been having some trouble getting my XSL style sheet to parse
correctly.
I have some XML outputted from an SQL-Server, that I then need to turn
into HTML files. This I have done successfully, but i am having trouble
coding the XSL with conditions.
My simple example XML is as follows:
<ROOT xml ...
|
Display set columns per row
Thu, 8 Mar 2007 10:22:43 -0500
Hi,
I have an xml file looks like
<result>
<hit>
<name>Foo</name>
<small-image>foo.jpg</small-image>
<short-desc>This is foo.</short-desc>
</hit>
<hit>
<name>Foo1</name>
<small-image>foo1.jpg</small-image>
<short-desc>This is foo1.</short-desc>
</hit>
...
</res ...
|
Seo , Search Engine Optimizer , Seo Search engine Optimization , search engine optimization services, SEO Consulting
Thu, 08 Mar 2007 04:12:06 GMT
Search Engine Optimization http://www.yourseoconsulting.com/ Seo Optimization , Semantic Results, Artificial intelligence in Search, Auto Content Generators, Search Engine Results. SEO optimizer. SEO consulting
...
|
WordML
Wed, 7 Mar 2007 13:56:05 -0600
Word 2003
VS2005 (C#)
I am trying to generate a word document from a dataset
The dataset consists of two tables that have a foreign key relationship
I am looking for XSL Transformation with templates to generate this word
document
As I read this, I see the word table is overloaded quite a bit,
Tables ...
|
Create variables with nodes
Wed, 7 Mar 2007 08:59:17 +0100
Hi,
From my previous post I think I have to change my mind.
Here's what I want to do.
Parse my xml file :
<xsl:for-each select="main/smain">
<xsl:choose>
<xsl:when
substring-before(substring-after(substring-after(lnk,'http://mywebsite/'),
'/'), '/')"="book">
...
|
|
|
Is it possible to have the XSL in the XML file?
Tue, 6 Mar 2007 08:24:27 -0800
Is it possible to have the stylesheet in the same XML file as the data?
I understand it may not be a good idea in general, but it sure would
simplify things in certain circumstances. ...
|
Newbie (Parse and substring).
Tue, 6 Mar 2007 13:33:37 +0100
Hi,
I m a newbie with XSL and I need some help of this topic.
I have to transform a XML file formated like that :
<main>
<smain>
<code>Book 0</code>
<category>book/thriller/conelly</category>
</smain>
<smain>
<code>Book 1</code>
<category>book/computer/asp< ...
|
Up One Level With returned URL
Fri, 2 Mar 2007 09:20:18 -0800
If one has an XSL select that returns a URL:
<xsl:value-of select="url" />
which returns a link like the following:
http://www.sample.com/sample/sample.aspx
Is it possible to transform the link so that it returns
http://www.sample.com/sample
I cant just use a ../ in front of it, but does anyone k ...
|