xslt
Summing XML data that is in two arrays
I am very new to XSL and XML and have, I hope, an easy question.I have an XML file that has two arrays of numbers in them that I need to sum.Here is part of the XML file[详细]
2023-04-10 05:29 分类:问答XSLT stylesheet modification to get some tags that are gone after the transformation
I transform some RSS XML feeds using XSLT. Basically there are two types I edit : 1. <rss><channel>some tags about the RSS<item></item></channel></rss>[详细]
2023-04-10 02:59 分类:问答Using XML and XSLT
I\'m just trying to create an example XML file with an XSL style sheet.The problem is, when i parse the two files, i get a strange output.[详细]
2023-04-10 02:25 分类:问答Truncate text formatted via HTML with XSLT 1.0
I am trying to t开发者_如何学Goruncate some text that has been formatted via HTML, but I need to keep the html in tact. I am doing so in SharePoint 2007 - so I am using XSLT 1.0.[详细]
2023-04-10 02:01 分类:问答How to do a second transform on the output of an XSLT template
I have only basic XSLT skills so apologies if this is either basic or impossible. I have a paginator template which is used everywhere on the site I\'m looking at. There\'s a bug where one particular[详细]
2023-04-10 00:02 分类:问答XSLT transforming is throwing error
I\'ve xml as below, <?xml version=\"1.0\" encoding=\"utf-16\" ?> <AllResidentAndUnitInfo xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\"[详细]
2023-04-09 23:24 分类:问答Programmatically apply an XSL transform outside the browser
I have XML data which I want to be able to display in a browser through an XSL Transform, and also compile with XeLaTeX. Inside the XML file, I have set the stylesheet to be the one for the browser, a[详细]
2023-04-09 22:52 分类:问答How to get XML node value in XSLT if we have got XML path in PARAM
I am using XSLT 1.0 and have below sample code: In my XSLT, I have got a param which has my XML path <xsl:param name=\"sitespath\"/>[详细]
2023-04-09 21:53 分类:问答xslt sort output xml
I\'m trying to find a solution to the following problem. I\'m 开发者_JAVA技巧developing XSLT transformation (which is now about 40KB big) that is transforming quite complex XMLs into a quite simple[详细]
2023-04-09 21:01 分类:问答How to get current date and time in XSLT 1.0
I am using xslt 1.0, I am trying to print current date and time to my node. Below is the sample xslt <xsl:stylesheet version=\"1.0\" xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\" xmlns:tcm=\"[详细]
2023-04-09 18:41 分类:问答