Click here to Skip to main content
15,895,746 members
Everything / XSL

XSL

XSL

Great Reads

by Nikita D. Sinelnikov
Creating a pretty-view XML for web applications (or other needs)
by Jim Meadors
String manipulation of XML files
by Shaun C Curtis
How to quickly generate code to handle XML files with an XSD definition
by ASP.NET Community
Use the Xml control to display the contents of an XML document or the results of an XSL Transform.The XML document to display is specified by

Latest Articles

by Shaun C Curtis
How to quickly generate code to handle XML files with an XSD definition
by Nikita D. Sinelnikov
Creating a pretty-view XML for web applications (or other needs)
by Lars Hove Christiansen
XML Visualizer v.2 improves the standard XML Visualizer in Visual Studio 2005, 2008, 2010, 2012, 2013 and 2015.
by ASP.NET Community
Use the Xml control to display the contents of an XML document or the results of an XSL Transform.The XML document to display is specified by

All Articles

Sort by Score

XSL 

2 Aug 2017 by Nikita D. Sinelnikov
Creating a pretty-view XML for web applications (or other needs)
19 Nov 2012 by Jim Meadors
String manipulation of XML files
1 Dec 2020 by Shaun C Curtis
How to quickly generate code to handle XML files with an XSD definition
26 Jan 2013 by Vyacheslav Voronenko
According to validation error,…ellpadding="0" cellspacing="0">
3 Jun 2015 by Richard Deeming
Member 11738198 wrote:... it is developed with vbscript ...There's your problem - VBScript has never been supported in anything other than Internet Explorer, and never will be.As of IE11, VBScript[^] no longer runs in Internet Explorer.Re-write your code using Javascript.
22 Dec 2011 by Amol003
hi all,We are creating a project for employee management, in the project there is one task that is the export to pdf means we are exporting all detail of page into a pdf, in that task first we have created POJO, from that POJO we are translating information into the xml, & from that xml we are...
23 Dec 2011 by TorstenH.
Java Tutorial on Printing[^]PDF Renderer[^]You don't need XML to accomplish this task.
8 Jan 2012 by Amol003
Hi everyone,I have created pdf by using xsl:fo, but in output of xsl:fo the content of pdf going outside of margin of a page though the i have given its size & margin size also on masterset. can i get the way by which i can keep the margin of page & content will not go outside of...
11 Jan 2012 by Amol003
hi everyone,i want to insert the image in to the xsl file because of which i m getting its curresponding pdf with that image, i have the xml file which contains the image path,can i get the solution,Thanks,Amol
25 Aug 2012 by Valery Possoz
Hello,form...
4 Mar 2013 by mubashir9093
Yes I got the solution by myself.I did something like this in my xslt sheet:
4 Apr 2013 by Deepu413
I have couple of custom types which have 2, 3 or 4 childs. So wherever I get these childs I need to combine them into a single element which is the parent tag itself in the output XML. I tried but could not do due to lack of experience with xslt. Can any one help.My input XML. ...
xml
11 Oct 2013 by ASP.NET Community
Use the Xml control to display the contents of an XML document or the results of an XSL Transform.The XML document to display is specified by
18 Feb 2014 by aks.shan
I am working on xsl page. HttpContext.Current.Session.Contents["USERID"]="Manager"; Now, I want to access this value on other page using javascript on xsl page. I went further in following manner: var someSession = '';...
18 Feb 2014 by Arindam Tewary
If you write the alert, this is a client side code, so I belive store that session value into a hidden control ( and then try accessing this value through name of hidden control, you should get that.
21 Feb 2014 by aks.shan
Had to use a hidden field variable on xsl page and then assign it value in code behind page from session by creating a xmlnode.
30 Apr 2014 by chaosworrier_oz
Has any ever tried calling an embedded C# function from within content query XSL?Contrived example:
30 Apr 2014 by ZurdoDev
You cannot get past the EnableScript property. For this to work, you'll need to enable it. It is a security feature and not one you can get around.
20 May 2014 by vezo11
Hi,in one file (somethingName.xml.congif) i add this code - xsl templateat the thop
20 May 2014 by vezo11
This problem is solved. At the top it is necessary to add query, like this then xsl template fdsfas and call this templateThanks for the help...
11 Jun 2014 by Zubair Alie
I have an XML to be displayed with help of XSLT. I need to perform a check on dataset (XML) rows likeCount of rows in datatable where column X value is 2. I can get rows count by count(dataset/datatable/Rows) but i need to get count of filtered rows where ColumnX value is 2Please...
5 Jan 2015 by smksamy
1 para content 2 para contentin this term contains two childs label and p it have spaces and enter mark in between when xsl-fo conversion It make unwanted and extra spaces like this.1 para...
2 Jun 2015 by Member 11738198
Actually i have code hms project it is developed with vbscript, tree view is developed by xml and xsl. tree view is not displayed in other browsers and above ie 9 versions. Code is Given below:
18 Jul 2015 by Rickin Kane
Hi Friends i have a function where i generate XLS using xslt transformation , the complete secanrio is as follows i am using single XLST Template for different dataset's and generating xls file from it since i cannot create different xslt template for each dataset or report, i am...
10 Apr 2017 by Richard MacCutchan
See XSLT Introduction[^].
28 Dec 2020 by GeetYG
Hi, Here is my below input request, Since my input request and XSLT is lengthy I made it short here. I will be getting nearly 10 ProdustID's, I have to fetch all of them and I want to write it without using "template match" since I cannot use...
16 Nov 2016 by Lars Hove Christiansen
XML Visualizer v.2 improves the standard XML Visualizer in Visual Studio 2005, 2008, 2010, 2012, 2013 and 2015.
18 Jul 2012 by dreamzlife
A simple way to parse multiple CodeMetrics XML data and generate a summary report.
17 Mar 2013 by HCIMS DEVELOPER
This is my xml file (Hospitals.xml) 31 c7 0 ...
24 Aug 2012 by rbjanaki
I have a xml which has date like this 23456 Smith 22-AUG-1981 13-DEC-1967 ...
22 Feb 2013 by Mutinda Boniface
I am working on a simple project which should allow me to create html input controls with data defined in an xml file through xslt.This is my xm data..
2 Aug 2012 by Philip Stuyck
there are several mistakes in your xsl stylesheet :status is not properly xml formed and starts with an ending tag,and lose the quotes you put around your $variables then it should work perfectlyI used following xsl stylesheet with saxon :
25 Jan 2013 by stellus
Hi all, Im confused with my html code for the time of w3c validation because its obvious that the closing and opening tags are in the right order.. and am using the html code inside the xml file.so please have look into it my below error code,my error is :Line 620,...
4 Mar 2013 by mubashir9093
I am displaying nodes of an XML file row wise using XSLT. With each row I want to display Link Button . When the user clicks the Link Button, I want to display that particular row of XML whose Link Button is clicked by the user. That means I need to associate row ID or Row name or Tag name in...
10 Apr 2017 by swayamrath
Hello Everyone, i have a source XML, that I would like to convert using a XSL to a desired format. SOURCE XML ID_001 Value_1 ID_001 ...
7 Jun 2021 by Brendan Jackson
Hi i have a xsl that i want to recognize some control codes in the data the control codes are for example are STA and ETA. which have specific OP codes in the software i need to recognize it. see below how i need it to come out {Version 6.0}...
6 Apr 2023 by Haru29 Srini
...