Tagged Questions
0
votes
0answers
11 views
XSLT or JavaScript - Remove duplications
I'm producing a list of radio buttons that's looking at a list of items containing individual countries and associated regions. Below is the XSL for my radio buttons
<label ...
0
votes
1answer
28 views
Execute javascript function from hidden field
I'm using XSLT to create a javascript function using the XML data from the member. I would like to be able to execute this function from a <script> element in the template, if it's possible.
...
0
votes
0answers
18 views
Using Swap image JS from Dreamweaver into a XSLT page
NOTE: Shown code are fragments of a whole working code! (Irrelevant closing tags are omitted like "</table>").
I am new to XSLT and I am working on generating an image gallery (intended gallery ...
-1
votes
1answer
24 views
How to disable a checkbox in xslt [closed]
How can I disable a checkbox inside xslt when data/row values is null?
Here is my sample code:
<input type='checkbox' disabled='disabled' id='table1' name='table1'></input>
...
0
votes
0answers
53 views
Display or hide the xml elements using XSL onclick of checkbox
I am new to XSLT. I am trying to hide the content of the XML element on the click of a checkbox.
Here is my XML
<ilr>
<seat>
<loadcases>
<loadcase id="a">
...
1
vote
2answers
50 views
MSXML4 versus MSXML6 XSLT Parsing Namespace Error
I saw a lot of posts online about MSXML4 to 6 or XSLT 1.0 versus 2.0 etc. But they could not answer my question.
I have a XSLT transformation code that works with MSXML4 APIs (XSLTransform and ...
-1
votes
1answer
21 views
Update the xml file on the server from the form in Sencha application
I want to send data from the form and update the xml file on the server. Can anyone help me in this regard.
Thanks
Ishan jain
0
votes
0answers
167 views
AngularJS - json data from view to controller
I get my html template + json data from xsl translator , it is dynamic , it looks like html code plus some data in stringified json. The question is: in what way i put the json string in html code , ...
0
votes
1answer
22 views
When previewing XML in browser, I only want to see certain items using XSL
I want XSL to output only the first PRODUCT_IMAGE_FILE node from the first ITEM node in each PRODUCT/PRODUCT_IMAGES node into a simple list that you'd find in notepad. I've been trying to get this to ...
0
votes
1answer
28 views
Get error of XSLTProcessor
I would like to get transformation errors.
Here is my code:
var xsltProcessor = new XSLTProcessor();
xsltProcessor.importStylesheet(xsl);
var resultDocument = xsltProcessor.transformToFragment(xml, ...
0
votes
2answers
55 views
XSL back button
I'm not an expert in this area. I did some searching but didn't find exactly what I'm looking for. Hopefully it's fairly simple.
I'm working on a software control system that has a built-in web ...
0
votes
1answer
40 views
Javascript variable = xsl value-of
i am using javascript something like this:
<script>
<xsl:for-each select = '/request/alldata'>
var l_allDataValue = '<xsl:value-of select="." />';
...
1
vote
2answers
61 views
Conditionally Display 1 of 2 char.s based on xsl:value-of
I have a value coming from SharePoint as <xsl:value-of select="@fldNm" />
This will have 1 of 2 possible values: an empty string, or 'yes.' This is within <xsl:template ...
0
votes
1answer
90 views
getElementById not returning proper value (maybe syntax issue?)
I am using XSL to write this page, and when I hit a checkbox it sends the information to my javascript function. This all works in IE, but Chrome it does not. The problem is, after I hit the ...
0
votes
1answer
89 views
XML containing SVG and VML based on the browser
I am using Fusion Chart with "PURE JAVASCRIPT" but with the export feature we want at client side.so FusionChart gives SVG or VML of the chart at client side.we want to merge this VML or SVG to XML ...
0
votes
2answers
73 views
How to call a jQuery function from a for-loop in HTML
so this may be a unique question
I have this XSL for-each loop which generates 3 strings Music, TV, Comedy
The HTML (and my javascript attempt) Uncaught SyntaxError
<div id="rgt" ...
0
votes
1answer
68 views
javascript in xsl for generating Google Maps from xml files
I'm using XSLT to transform XML files into HTML.
The XML files have information about spatial coordinates, so I want to use them to generate a Map using the Google Maps API.
In order to do this, I ...
0
votes
1answer
71 views
click event on li its not work perfect
this is my xml file:-
<?xml-stylesheet href="b.xsl" type="text/xsl"?>
<root>
<child_1 entity_id = "1" value="Game" parent_id="0">
<child_2 entity_id="2" value="Activities" ...
0
votes
1answer
39 views
if last li then set click event on it
this is my xslt file:-
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes" omit-xml-declaration="yes"/>
...
-2
votes
1answer
46 views
use javascript xml xslt to set click event on last li
this is my xslt file:-
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes" omit-xml-declaration="yes"/>
...
0
votes
2answers
50 views
set click event on leaf node
i have this type of html :-
<ul>
<li>Activities<ul>
<li>Physical1<ul>
<li>Cricket<ul>
<li>One Day</li>
...
0
votes
1answer
67 views
getting xml element attribute value and set as html ul li list type
this is my xml file:-
<root>
<child_1 entity_id = "1" value="Game" parent_id="0">
<child_2 entity_id="2" value="Activities" parent_id="1">
<child_3 entity_id="3" ...
0
votes
0answers
39 views
Chrome isn't updating when I change pagination size(XSL and Javascript)
Ok, so I have this select menu that has 10,20,50, and 100 on it, these numbers represent how many items show up on a list. This works fine in IE, but I am not sure why it is not working here. My ...
0
votes
0answers
51 views
GET request for xsl works in Firefox/Opera/GoogleChrome/Safari/ and even IE9, but not in IE 8 or IE10
I am trying to populate a div through JS/XSLT in a GET request. See code below:
function loadXMLDoc(dname)
{
if (window.XMLHttpRequest)
{
xhttp=new XMLHttpRequest();
}
else
{
xhttp=new ...
0
votes
2answers
86 views
XSL not rendering/acting properly in Chrome
So, I'm working on updating 10-12 year old code to be Chrome compatable, and I've stalled out already. For whatever reason, when I input a number and then click the "fillPO" button, it doesn't update ...
1
vote
2answers
67 views
Saving XSL attributes to JavaScript array under condition
I am new to XSL and spent hours finding a solution to extract the attribute values from XSLT.
My XML looks like:
<itemList>
<item id="1" name="mydoc1" showItem="option1">My ...
1
vote
1answer
30 views
xhtml to javascript output through xslt
I'm trying to transform an xhtml input to javascript output, my input is as follows:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
0
votes
1answer
78 views
get all the child attribute value from the xml
this is my simple xml file:-
<child_2 entity_id="2" value="Root" parent_id="1">
<child_4 entity_id="4" value="Activities" parent_id="2">
<child_10066 entity_id="10066" ...
0
votes
1answer
209 views
How to pass XSL variable in to a Javascript function?
Below is my sample XSL file
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" ...
0
votes
4answers
71 views
XML - JavaScript -> How to display XML tags as HTML
The problem I have is that when an XML node has no value, the open and close tags are on different rows like this
<td ID="ref_4b73aa95ffd2289_phrPayer_1_DateEffective">
</td>
<td ...
0
votes
3answers
91 views
How to uncheck radio button javascript
I have the below radio button. When it is clicked it is not possible to clear the radio button.
the code is
<td class="Label">
<input class="Label" type="radio" name="reviewoptions_{@id}" ...
0
votes
1answer
188 views
JavaScript - Generate Kendo Ui Grid using xml Data
I've Been using XSLT to display my xml page. I make use of the following to get the data from the xml file:
< xsl:value-of
...
0
votes
1answer
152 views
create a drop down list of xml attribute value [duplicate]
this is my xml file:-
<child_2 entity_id="2" value="Root" parent_id="1">
<child_4 entity_id="4" value="Activities" parent_id="2">
<child_10066 entity_id="10066" ...
0
votes
2answers
131 views
Adding stylesheet to xml with javascript not displaying correctly or at all
After a year of using stackoverflow I decided to join, but of course due to the fact that after a day of struggling I am stuck.
My Problem: I am using javascript to build a document made of xml ...
-1
votes
2answers
67 views
not work if root element have name space `xmlns`
this is my xml file:-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<results xmlns="http://gisgraphy.com">
<result>
...
-1
votes
1answer
83 views
Javascript Apply xsl on javascript variable [closed]
I would like to apply a xsl(in the same js path) to a javascript variable(contains valid xml value) and assign the result to another variable. Working on chrome should be fine.
0
votes
1answer
27 views
Is it possible to get the value of an item populated by xsl?
I'm working with a Flash map that has an XML file. I've populated a list on the map's webpage (outside the flash map) from an XML using XSLT. I want to add a JS function to this through the XSL that ...
0
votes
2answers
115 views
How to show information in a table depending of the attribute value (XML-XSLT)
I want to show the table with the values of the selected month in the dropdownlist, first i have the table hidden, with a function in javascript I show the table, now I don“t know how to show just the ...
0
votes
1answer
43 views
Using a webpage/web application to read and collect elements from XSL file
I have xsl page which include a number of templates cover all i need to create the webpages i want, i call the templates using nodes into another xsl file,
I need to call and collect the templates ...
0
votes
1answer
52 views
post content of xslt transformation in seperate divs with javascript function
I am trying to read through an xml file with xslt transformations and place the content into different divs. I am limited in some solutions in that I CANNOT use any server side languages this content ...
1
vote
1answer
155 views
Loading XSL file with javascript
I am building a web app that converts Mathematical equations written in ascii to MathML format, and then converting the MathML format to OMML format.
To do so, I found an xsl file that transforms the ...
0
votes
0answers
137 views
With default java and xalan in xsl call external javascript [closed]
I use jdk 1.6 from sun.
I have simple java program:
import javax.xml.transform.*;
import javax.xml.transform.stream.StreamResult;
import javax.xml.transform.stream.StreamSource;
import ...
2
votes
3answers
87 views
Remove The Child Tag Name not a value
i have this type of xml file:-
<product>
<node>
<region_id>
<node>1</node>
</region_id>
<region_time>
...
2
votes
4answers
489 views
XML/XSL transform using Javascript/JQuery
Can anyone tell me if there is a way to do an XML/XSLT transformation on the client side using Javascript or JQuery, a way that works in all major browsers? (Chrome, Safari, Firefox and IE)? Thanks.
0
votes
2answers
137 views
How to display the xml content in the browser
I have a variable in my JavaScript and I have retrieved and stored a huge XML content in this variable like
var content = ""
the content variable will hold huge XML content.
From my same ...
2
votes
2answers
114 views
Two flot charts in adjoining HTML divs causing problems
I have written a jquery plugin that converts a HTML table into a chart using Flot. The HTML is generated from an XSLT and within the XSLT I have the following code to make a call to my plugin. This ...
2
votes
1answer
139 views
Set Click event on value display in Html file and want to show there child Element When Clicked on it
this is my xml file:-
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="final.xsl"?>
<root>
<child1 entity_id = "1" value= "Asia">
<child2 ...
0
votes
0answers
86 views
How to Disable Images and Hyperlinks when Exporting to Excel?
I am using a Javascript function to export my table contents to a Excel Spreadsheet. However, Inclusive of all the data in the table, I have a few images and Hyperlinks which need to be removed in the ...
0
votes
1answer
135 views
simple xml attribute value get the using xslt in the html file
The XML file look like this:-
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="final.xsl"?>
<root>
<child1 entity_id = "1" value= "Asia">
...
0
votes
2answers
97 views
Javascript get node innertext based on hierarchy
My HTML looks like
<li value="0">
<a href="#">
<span>DATA TO GET</span><![if gt IE 6]>
</a><![endif]><!--[if lte IE ...


