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...
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...
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...
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...
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...
Hiya
I've got an XML file which looks as follows:
<PolicyExtension>
<bCharged>false</bCharged>
<lID>5</lID>
<sDesc>text</sDesc>
</PolicyExtension>
<PolicyExtension>
<bCharg...
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 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'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...
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...
How to check if string is empty or not using <xsl:when test="t:PRACTICE_CODE = ' '">
Is the above right?
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:...
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.
...
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...
New at xml and XSLT but I have manage to get reference the xslt file with the xml file.. Now I have another question.. one of my nodes in the xml file contains a sentence that should have lin...
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 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...
I have the following XML:
<cars>
<car>
<model>ab</model>
<colour>red</colour>
</car>
<car>
<model>ab</model>
</car>...
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...
Hi All,
I'm trying to get my stylesheet to create a comma delimited file, with each record on a different line. However, I can't seem to get it to output carriage return line feeds (it just...
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...
Hi,
Can you please explain me what is the difference between
1) <xsl:apply-template>
2) <xsl:call-template>
Please provide me simple examples on each...
Thanks
The solutions to the earlier question regarding this topic didn't help me, unfortunately. Either they don't apply to my situation or I'm implementing them incorrectly . . . but, anyway, here ...
Can we define arrays in XSLT. If yes how.
If i want to compare two lists in XSLT how should i do.
Thanks
suresh
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>...