Gertone answered this question previously with the attached code.
This code has worked wonders for those tags that are empty or have differing amounts of characters in them.
I have finally s...
Hello XSL gurus!
I'm trying to walk though all the "system-folder" ancestors of the current "system-page" and grab the value of the first/closest "dynamic-metadata" element that I hit.
P...
I want to have an element, such as a DIV, then if a certain child element appears, I would like to add an attribute to my DIV element.
e.g.
<div>
<roundedcorners>
</div>
However t...
I need a way to extract a node attribute from a XML document by first selecting the node based on value, then outputing the attribute in the node. Here is the xml:
<Pricelists>
<PriceList C...
I need to display professors sorted in the different departments, My problem is htat some professors have multiple departments and our program just pushes them together - the example below has...
Hi Experts,
I have the following square.xml file:
-------------------------------------------
<Square count="709" id="0">
<True />
<Square count="64" id="1">
<Property ...
Hi,
I have an urgent issue, which I'm struggling to resolve, due to my lack of experience using XSLT for anything but the simplest text substituion.
I have an XML document, into which I ...
I have an xml export from Filemaker and I am creating an XLST in order to cleanup and import the data to MS SQL server. I have it almost ready but i am not able to map the each of the DATA nod...
Hi,
i have another flat xml file as an input, and needs to transform it into a structure xml.
How do i do that, without messing up the sequence of the content
Thanks
Gertone,
Going on my last question, my xml got more complicated. I got your code to work in the last example, but now things have changed.
I'm still trying to sort by highest low pric...
I need to run a javascript 'for' loop within a XSL template.
The less than (<) operator is getting displayed in its encoded character '<'
This block of code is within a CDATA tag but wh...
I am having fits trying to grab a following sibling and nest it within the preceding sibling. I have had it work partially, but can't quite get it to work 100%. Below is a sample snippet of XM...
Hi experts,
Is it possible to change all scientific notations in an xml file? There might be tons of attributes, I can not go write code one by one. For example:
In the following code, I w...
Hi all,
I have the xml structure like this:
<Params>
<Param>
<Name>Var1</Name>
<Value xsi:type="xsd:int">100</Value>
</Param>
</Params>
I want to write Xslt to ...
I want to make a table in which there in each row are:
Column 1: A picture
Column 2: a list of 1-4 question
Column 3: a list of 1-4 answers
Using the XML-input below together with the at...
Currently my xsl output looks like this:
---------------------------
Accord
From $19000.00 - $27000.00
Pilot
From $21000.00 - $26000.00
Civic
From $11000.00 - $16000.00
-----------...
I am working on an XML editor which uses JavaScript to transform from user inputted HTML into XHTML, and then uses XSL to transform this XHTML into my custom XML format. This part works brilli...
I'm attempting to setup a master / detail page using Adobe Spry with an xml file. I understand the text and image parts, but each master item will also have a unique Flash Sideshow displayed ...
I am trying to recurse using XSLT an XML list of menu items. I would prefer to have the text for the titles in the element text part.
<item>I want this</item>
<item title="I don't want thi...
I have an ASP script that uses SelectSingleNode to return individual recipes from an XML file based on the recipe's title. The script is returning the correct recipe, but the XSL does not app...
Hello Expert,
I have an html file in which i want to add more data from xml file using xslt...
Can it be possible using xslt? if yes than i will put my sample data for you.
Thanks,
S...
Hi,
I have a problem with document() function in XSLT.
Here is my XSLT
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transfor...
I am having one schema, I would like to create a new schema by extending existing schema. In the extended schema. I would like to do following things in the extended schema.
1. Add new elemen...
From an earlier question to EE I wanted the "Planned" node sorted, which it does sort of. If you look at the HTML file the 12:00pm should be on top and it's not, so I think the sort isn't work...
Hi,
I've a software that give as output an xml file.
I'm looking for an application that help me to design reports graphically and save its works as xsl file (that I can distribute with the ...