Hi there,
I am trying to get the current date in my XSLT but unavailable to achieve it.
The following is an example of my XSLT using the EXSLT but it is not working. It is complaining t...
Hi!
It has been a while since I worked with XSLT, and now I have severe brain damage from switching back and forth working with JavaScript and PHP.
Anyhow, I need some help with XSLT/Xpa...
How to check if string is empty or not using <xsl:when test="t:PRACTICE_CODE = ' '">
Is the above right?
Hiya
I've got an XML file which looks as follows:
<PolicyExtension>
<bCharged>false</bCharged>
<lID>5</lID>
<sDesc>text</sDesc>
</PolicyExtension>
<PolicyExtension>
<bCharg...
I have to compare my variable value to the value #0.0'%'(single quotes is part of the value)
But obviously when i write
<xsl:if test="$myvalue = ' #0.0% ' "> it is not the same as <xsl:...
I need to iterate through the xml file and store the value of the node number where a particular string is matched.Later i will use this number somewhere else in the xslt.How do i do it.
Code...
I am working with large xml files (ranging from 100mb to 1GB+), thus it is not really possible to load them into memory.. and the goal is to convert these files to a csv format, but pipe (|) d...
I want to insert an element int an existing xml node as in the attached code below.
The XSL file I have so far just doesn't quite work - it inserts the elements outside of the ItemSet eleme...
Hello,
I just started learning XSLT so please bear with me. Is there an easy way to format the date node below to something like "16-09-2007" removing all the extra information? I would ne...
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.
...
How to get the current date in xslt 1.0?
I'm looping through a list of values and would like to capitalize the first letter of every string value but I don't know how to approach the situation. Here is what I've got:
<xsl:for-each...
Am using xsl to format an xml file
I need to create the following string in the xsl
<a href="javascript:launch_provider_error_details(xpath query here);" class="altlink">Cannot Quote</a>...
We are using Oracle XML Publisher to generate PDF formatted Purchase Order Reports. We have tried Oracle Support, but haven't got anywhere, hence trying here...
As part of this work, we hav...
I have the following XML
<spGetNextAppointment>
<NextAppointment>2008-01-08T16:30:00Z</NextAppointment>
</spGetNextAppointment>
<spPatientStatement>
I need an XPath function that will con...
Hello,
I have 4 XSL files that I am using to display data from one XML file.
I would like to use a single XSL file that applies different attributes based on specific conditions found in...
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..
***************...
I am reading an XML file with Excel using an XSL. The issue I'm having is that line breaks in the XML are being converted to spaces in the results, though they are contained in CDATA elements ...
I have the following XML:
<cars>
<car>
<model>ab</model>
<colour>red</colour>
</car>
<car>
<model>ab</model>
</car>...
In this file:
http://rss.wunderground.com/auto/rss_full/CO/Aurora.xml?units=both
You will see a Cdata section under <description>.
I would like to use all the <description> elements except...
I have been surfing and hacking and I am definitly not a XML or XSL guy :(
What I need is the ability to make the column widths "AutoFitWidth" -
Problem is I will never know how many colum...
Dear Fellow XML Developers:
I am trying to convert the following html code:
<html>
<hr>
<p><em><a name="001.001.001"><small><font face="Verdana">Volume
1, Book 1, Number 1:</f...
Could somebody please check this xsl sheet and tell me why I'm getting an error please? I can't see what's wrong with it.
"The stylesheet does not contain a document element. The styleshee...
Remove Version and encoding tag from xml using XSLT. Even though I have this code in the XSLT, It does not seem to get rid of the xml-declaration.
<xsl:output method="xml" indent="no" omit-xm...
Hello Experts,
Urgent!!! Urgent!!!
I have an requirement for generating multiple html files based on the below inputxml which contains something like...
<topic href="langref/class-sum...