convert XSL to newer version problem
Wed, 17 Oct 2007 07:29:07 -0700
I am trying to start converting an application that was written for
http://www.w3.org/TR/WD-xsl to http://www.w3.org/1999/XSL/Transform.
I have cut out most of the application, just to concentrate on the current
problem I am having. When I run program I get error: Microsoft JScript
runtime error 'documentEle ...
|
Namespace problem
Wed, 17 Oct 2007 14:07:27 +0100
Hi
I'm processing some Google Earth kml files and I'm running into a problem
with namespaces
My xslt file starts something like this:
<xsl:stylesheet version="1.0"
xmlns="http://earth.google.com/kml/2.0"
xmlns:ge="http://earth.google.com/kml/2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>
...
|
Re: Off Topic - America's Sex Cult
Wed, 17 Oct 2007 00:50:41 +0100
Freedom Over Terror wrote:
[...]
> I will only call it SL:
So *that*'s what the SL in XSL and XSLT is?
And there was me thinking it was Stylesheet Language...
///Peter ...
|
Cleanup Translation Too Aggressive
Tue, 16 Oct 2007 20:57:23 -0000
I have a stylesheet I'm using to eliminate elements and containers
with no text nodes (empty elements). It works well, except it is
eliminating the following type of data that I need to keep:
<mnj:ArrestInvolvedWeapon>
<mnj:PropertyItemReference s:ref="ITM120" />
</mnj:ArrestInvolvedWeapon>
There is no ...
|
Breaking out of a flow
Tue, 16 Oct 2007 13:46:19 -0700
Hi,
Does anyone know anyway to break out of a flow and use a different
one? Right now I have a structure like this:
<chapter>
<flow1>
<title, paragraphs, etc/>
<section>
<checklist>
<flow2>
<title, paragraphs, etc/ ...
|
XSLT: xhtml and custom xml
Tue, 16 Oct 2007 15:38:42 -0000
Hi,
I'm almost there with my project, but I just have this tiny final
little annoyance with a namespace. So basically I output XHTML (I'm
using the Saxon engine because I need XSLT 2 and XPath 2
capabilities). BUT, the output will be parsed by a different platform
for special tags, in the "amt" namespace.
...
|
Re: How do I do remote XML Translation in XSL?
Tue, 16 Oct 2007 10:44:43 +0100
"Peter Flynn" <peter.nosp@m.silmaril.ie> wrote in message
news:5nhvenFie58jU1@mid.individual.net...
> Frank Peterson wrote:
>> I have a XML file on a remote server controlled by a third party. I
>> need to have XSL transform that XML file, yet I havent gotten this to
>> work so far:
>>
>> Local XML:
>> <?xm ...
|
|
|
Conditional for-each. Please help me. I've read all the internet groups
13 Mar 2007 13:12:35 -0700
Somebody knows how to do that ?
<xsl:variable name="test1" select="//row" />
<xsl:variable name="test2" select="//row[substring(@CreateDate,1,4)=
$byYear]" />
IF I = 1 then
<xsl:for-each select="$test1">
ELSE
<xsl:for-each select="$test2">
Thank you in advance.
...
|
Conditional for-each. Please help me. I've read all the internet groups
13 Mar 2007 13:12:30 -0700
Somebody knows how to do that ?
<xsl:variable name="test1" select="//row" />
<xsl:variable name="test2" select="//row[substring(@CreateDate,1,4)=
$byYear]" />
IF I = 1 then
<xsl:for-each select="$test1">
ELSE
<xsl:for-each select="$test2">
Thank you in advance.
...
|
convert xml to spreadsheet xml using xsl
11 Mar 2007 21:13:55 -0700
Hi,
I have a xml file like this I want to create a spread sheet xml.Can
anybody help me in writing the xsl for this.
<Forms FileID="16209" FormStage="1" FormStatus="1" FormStageName="Data
Collection" UniqueID="4a97e776-04e4-4ac2-a2d8-8235161650c0"
LatestFlg="1" ActiveFlg="1" RFIID="5552" PUniqueID="8 ...
|