I have an XSL file which contains many "value-of" nodes to extract data from input xml document. However, when the select attribute value is an invalid xpath (not found in input document), th...
hi
i am getting this error when the xml is opend in the browser. it does tell me the node. however, what characters are not allowed in XML? how can i test that? what should i do to debug.
...
Hello,
I'm working with C# in .NET 2.0. I need to pass some parameters to my XSLT transform that I'll know only at runtime. I use the XslCompiledTransform to perform the transform and as fa...
How can I output this code:
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="..."></script>
<![endif]-->
I have tried wrapping it in xsl:text, but the <!-- is preven...
Hello,
I have an element defined like this:
<xs:simpleType name="test-type">
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z0-9 \+\.\*]{1,124}"/>
</xs:...
Hi I have a sharepoint Search Core Results web part that I customized the results for in SharePoint designer. The search results are not being displayed, but the column headers are fine.
I...
Hi, experts
is there any way to use conditions in XSL/XPATH in attribute's value?
I need something like this:
...
<div id='lr-{@id}' style="display:{IF @expanded='yes' THEN 'block' ELS...
I need to convert one XML into another XML document using xslt and add a namespace to an element.
I need to be able to add the xmlns="http://www.opentravel.org/OTA/2003/05" to the POS eleme...
Hello,
The XSL below doesnt seem to work:
<xsl:variable name="len" select="string-length(Extn/@ExtnFromCaseNo)"/>
<xsl:if test="$len = 1">
<xsl:variable name="InvoiceCaseNo"...
XSLT IF CONDITION
<xsl:if test="pfi-upload:CODE!='LivingLife'">
&& pfupload:CARE='Charlotte'">
i have error on the above . I was wondering how to write xsl:if condition with test c...
I am just learning how to use XML and XML stylesheets. For a learning project I am building a little HTML page that takes as input a URL with either parameters (e.g. country=USA) or name valu...
I am a relative notice to XSL - I am using XSL to produce XHTML pages.
I have a problem where the XSL is adding xmlns="" to HTML nodes in my XSL.
I have two files I will show you the hea...
I have an XML document below.
<login>
<element>
<label> User ID </label>
<type> integer </type>
<nullable> false </nullable>
</element>
<e...
Hi experts,
I am looking for (an) example(s) on XSLT style sheets on transforming one XML file to another XML file. Can anybody provide such examples or URLs?
Thanks a lot.
Hi,
I am trying to access query string values from an xsl file. This style sheet is used to style google search results. The URL has all the search parameters and also a couple of other par...
I have a chunk of xsl that selects an element called IndComments from an xml doc. I need to have all the IndComments exist in one cell - just as if you entered them manualy and typed ALT+Enter...
Can anyone tell me how to escape double backslashes in a KML document. EE doesnt have a keyhole markup language section so I figured this was the closest thing. I need to use UNC paths to do...
I need to insert the current time into and XML file which has been loaded into an XMLPathNavigator in C#
Id like to know how to insert it in the format
<report CurrentTime="15/08/2008 ...
Hello, Please help me to solve this problem.....
The following PLSQL code works fine in Oracle 9i for transforming xsl document to xml
We have upgrade to 10g and then onwards we get the fol...
I need help creating XSL to display one field in two columns that snake. For example, if there are 29 rows of data, I want items 1-15 to show up in column 1 and items 16 - 29 in column 2. Belo...
How do I code an ampersand into the value of an XML attribute using XSL?
Here is my XML Doc:
_____________________________
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet typ...
How do i format a date from MM/DD/YYYY to DD/MM/YYYY (UK style) using xslt?
I have to fetch some value in my XSL. For this I am using
<xsl:value-of select="name" />
But when this is displayed, the condition is that, all characters apart from, a-b,A-B,0-9,-(hyph...
Hi,
I have a very simple XML file (experimental) that contains references to other XML files and I apply an XSLT script to it to extract the information out of those files.
for example, ...
Hi All,
Thanks in advance for help me in this solution.
Sample xslt code in merging two xml files are working on 9i but not on 10g. Can you help me on this..
Here is code..
***************...