Hi,
I am new to XSL. I wish to transform XML file using XSL file
I have customer xml which I am transforming from customer xsl file
In XSL I am trying to print values from if-else con...
Hi everyone,
I've been using a bug tracking system (FogBugz) that allows me to output release notes as HTML or XML. I had used HTML up to now, but I decided it'd be better to use XML and ha...
Hi.
I have some XML data :
<Import>
<row>
<name> blablabla </name>
<nTimes>8</nTimes>
<row>
<row>
<name> blebleble </name>
<nTimes>3</nTimes>
<row>
</I...
I want to know how to insert a line breaks in the below xsl template:
the required output format is like this:
ORDER=text|text|text
ACCOUNT=text|text|text etc....
EXTRA=text|text|text
...
Hi,
I have the code which can be seen at the end of this post which outputs the field as 20090414 09:06:30. What I want to do is replace all spaces and the colons to leave me with just 2009...
Hi,
I am trying to print spaces in XSL file. I am using this xsl to transform XML
It gives me error for  :
<xsl:choose>
<xsl:when test="string-length(normalize-space(Title))...
I need to concatenate two fields into one . I need to get Address2 and Address 3 into the Address2 field. Is there an easy way to do this with XSL
Hi,
I have a decimal value coming from xml and my xsl writes that value to a text file.
I have the following piece of code in XSL.
my question is can we format this value in XSL before writ...
I have the following code in another application that workes fine
namespace declaration xmlns:xasp="urn:asp-objects">
<xsl:variable name="offer-url">
<xsl:value-of select="yahoo:Url"...
Please Help me with this, I would like to use css and rgb color codes where is says body background-color="XXXX" foreground-color="RGBX" . How do I add fonts, underline and bold face? Can...
hi there
i have a xsl stylesheet .. i use it to convert html to pdf using FOP... everytime i compile my program it says an error in my xsl stylesheet like
"[Fatal Error] 1.xsl:829:48: ...
Hello Experts,
I'm new to XSl and I'm trying to update the src attribute on the <img> tag of my xml file and I am not having any luck. I went into visual studio to debug and found that it ...
Can be somebody help me of xsl to print the address of a particular attribute value?
If I pass "att1" value as "cat", it should print the address corresponding to cat with the address tag. Th...
I'm fairly new to XML and have a tricky problem. I'm trying to put a filtered (using a for each line 64) dataset into 3 column format. For example:
my dataset is
Dog
Cat
Monkey
Parrot
...
Here is the body that that I am getting from the rss feed. How do I edit my xsl to only display "This is what I want" on my next page.
<description><![CDATA[<div><b>Body:</b> <div cl...
Hello -
in XSL.
I have a string and i would like to return atleast the first 100 characters. If the 100th character is in the middle of a word, i would need the whole word returned.
For e...
how can i display html tags like <FORM> , <DIV> and <SELECT> in xsl