simple xsl question
Sun, 20 Jul 2008 01:45:43 -0700 (PDT)
Hi,
I'm learning xsl and am encountering an unexpected result with the
xml / xsl below
The xsl result includes text from the printsettings nodes: "1none",
and since this was not included in the select attribute.
It's strange that the unspecified node is the first node of the
document. I've simplified ...
|
Differences between IIS5 and IIS6 affecting xsl:choose?
Tue, 15 Jul 2008 18:49:29 -0700
Hi all,
I'm still learning xsl, but was hoping someone here might be able to help.
I've built an xsl:choose command as follows:
<xsl:choose>
<xsl:when test="string(inm:SUMMARY)">
<p><a onClick="toggle_rows('summary_{inm:RN}')" style="cursor:pointer;
text-decoration:underline; font-size:11px">Click ...
|
Adding namespace using XSL
Tue, 15 Jul 2008 20:10:49 +0600
Hi,
I have an XML. I want to add namespace to it using XSL. I found an XSL which
adds namespace to XML but it is not helping me.
MyXML is:
<themes>
<theme id="appl">
<title >Toepassingen</title>
<title >Applications</title>
</theme>
</themes>
I want following:
<xs:th ...
|
Re: Vaarallinen seksihurjastelija Hyvink??ll?
Tue, 15 Jul 2008 00:59:56 -0500
MYRTYNEITÄ ydinherraskaisia.
YLE 8.5.2008. Haastateltavan energiaherran suusta: "Olemme joutuneet
huomaamaan, ettemme kovista yrityksistämme huolimatta kyenneet vakuuttamaan
Suomen kansalle ydinvoiman tarpeellisuutta lainkaan!" .. ..
Ja melkein itkua vääntävää ydinlobbariherraa yksi toisensa perään
kuvaruut ...
|
Content negotiation in XSLT
Mon, 14 Jul 2008 10:58:19 +0100
Can XSLT 2.0 do content negotiation? Looking at the Linking Open Data
work, it seems to me that it would be useful if XSLT processors could
specify in the document() function that what they want is, for example,
application/rdf+xml. Then they could be served the RDF version of a
Semantic Web resource, ra ...
|
Copy source to translation when type equals unfinished
Fri, 11 Jul 2008 02:12:34 -0700 (PDT)
Hi,
I have the following XML file:
<TS>
<context>
<name>ElementName</name>
<message>
<location line="16" filename="build/debug/xslt/
xml_ApplicationDefaults.cpp" />
<source>Application</source>
<translation>Programm</translation>
</message>
<message>
<location line="24" filenam ...
|
Table rows not updated in the XML transformed by XSL in a browser
Wed, 9 Jul 2008 13:53:39 -0700 (PDT)
Hello,
I am transforming a XML using XSl stylesheet in a browser. The xsl
stylesheet transforms the xml into a table and displays correct number
of rows, but does not display the correct data. It is displaying the
information for first row in all the rows.
Here is the XSL Stylesheet I am using:
<?xml ver ...
|
|
|
Merge 2 XML Documents using XSLT Transform
Tue, 8 Jul 2008 11:59:08 +0600
Hi,
I have an XSLT which merges 2 XML Documents provided as input parameters. I
want to use that XSLT in my dot net code(C#). Please help me that how can I
handle this situation.
--
Kind Regards,
Muhammad Nasir Waqar
...
|
Using XSLT to transform XHTML to XHTML (again!)
Fri, 4 Jul 2008 08:44:01 -0700
Dear Newsgroup
I have an input XHTML document containing multiple topics. It contains topic
names in h1 tags followed by content elements at the same level, and I want
the transform to be able to select a single topic as specified by a parameter
and output the topic as valid XHTML. I'm OK with the parameter ...
|
xsl:comment does not work well in 64 bit unix system
Thu, 3 Jul 2008 11:11:32 -0700 (PDT)
It was found that xsl:comment caused java.lang.NullPointerException
when I tried to build in 64 bit unix system. No character can be
added between <xsl:commen> and </xsl:comment>. If there is anything
except space added in between, then the java.lang.NullPointerException
error will be shown. However, it works ...
|