0
votes
2answers
13 views
XSLT Apply sort to second value if first is empty
I have a for each which loops round news item nodes. Among other properties these news items have two attributes for created date. System added date and a user entered created date …
0
votes
1answer
18 views
ajax stuck in chrome and safari, OK in IE8
Hi,
can you tell me why my searches are working ok in IE8 but get stuck with safari and chrome?
www.netivot.biz
The ajax code is at www.netivot.biz/js/Ajax.js
It works with som …
0
votes
3answers
33 views
XSLT output does not reflect on Firefox
Hi, I have created a Practice.xsl file to transform the source Practice.xml to an html from javascript and add the generated html to n empty DIV element, which is working fine with …
0
votes
2answers
26 views
Does anyone know of an XSL library for creating Excel files?
I would like to use XSL to create excel .xml files that Excel 2003 can open. Does anyone know of a XSL template library that I can use for the purpose?
0
votes
2answers
57 views
XSLT: Convert base64 data into image files
I have seen several questions on how to encode an image file in base64, but how about the other way around - how do I reconstitute a picture from a base64 string stored in an XML f …
0
votes
3answers
25 views
XSLT: Obtaining or matching hashes for base64 encoded data
I need to find a way to find a way to find the hash for the base64 encoded data in the XML node //note/resource/data, or somehow otherwise match it to the hash value in the node // …
2
votes
3answers
36 views
XSLT transformations on very large files
We are using XSLT to generate reports of our data. The data is currently stored in Oracle as XML documents (not using the XML type, but normal CLOB). We select the right XML docume …
1
vote
2answers
17 views
XSL variable number of child nodes…
Hey All,
I've got some XML elements with a number attached as more are available.
Such as this:
<Images>
<Image1>C:\Path\To\AnImage</Image1>
<Image …
0
votes
2answers
37 views
XSLT / Xpath: Selecting a preceding comment
I have XML in the following format which I want to reformat:
<blocks>
<!-- === apples === -->
<block name="block1">
...
</block>
<! …
2
votes
5answers
83 views
XSLT vs CSS for displaying XML
It has been suggested that I use CSS for displaying XML. I know in my heart that this is wrong, but cannot find the words to adequately convince others. Can anyone provide me with …
0
votes
5answers
46 views
How to render a self closing HTML tag with attributes in XSLT??
Well I want to render a self closing tag say <img> tag like this <img src="xyz.jpg" />
But I don't know how to do that...I mean how to render a self closing tag.
What …
1
vote
1answer
37 views
How to change value of sibling attribute
I have an XML document generated from an external application, but that application does not have access to some file information, namely a file checksum. The element is included …
0
votes
1answer
15 views
Sharepoint 2007 Data view Webpart custom parameters
I'm sort of new to the custom parameters that can be setup on a DataView Webpart.
There are 6 options:
- None
- Control
- Cookie
- Form
- QueryString
- Server Variable
I think th …
2
votes
3answers
58 views
Recursively combine identical sibling elements in XSLT
How can I merge all sibling elements with the same name and the same attributes into a single element using XSLT? The transformation should also be applied recursively to children …
0
votes
3answers
34 views
XML and XSLT and setting namespace.
I need to add an xmlns to the root element in the output of this XSLT transform. I've tried added <xsl:attribute name="xmlns"> but it's disallowed.
Has anyone got any ideas …
