xslt
Display double encoded string as HTML from XML source using XSL
I have a source of XML that contains content that I need to display in a web page as HTML using XSL. One of the开发者_运维知识库 XML nodes contains a double \"HTML encoded\" value. This is the one I n[详细]
2023-04-11 00:56 分类:问答How do I do a str:replace in XSLT/XPATH 1.0?
In XPATH 2.0 there is a funct开发者_开发百科ion that allows me to replace a substring in a string with another string.I\'d like to do this using xalan.Unfortunately, it doesn\'t support the EXSLT meth[详细]
2023-04-11 00:33 分类:问答XSL transformation fails with special characters in XML source
We are receiving the following开发者_开发问答 XML from an external partner firm... <FundLegalName>McGregor DDR ABN€”Equities</FundLegalName>[详细]
2023-04-11 00:30 分类:问答Calling XSLT from javascript
I have a series of XML files which reference XSLT files to render as HTML in the browser. Some of these have links which would, on a regular page, perform an AJAX call to reques开发者_高级运维t HTML a[详细]
2023-04-11 00:28 分类:问答XSD/XSLT namespaces - how to have the same file for development and production
I have stylesheets and schemas that uses namespaces e.g. <xsl:stylesheet version = \'1.0\' xmlns:xsl=\'http://www.w3.org/1999/XSL/Transform\' xmlns:abc=\"ht开发者_Go百科tp://development.com\">[详细]
2023-04-10 23:08 分类:问答xsl: transform namespaced tags
I have an xsl that copies a xml file and renames the root tag. <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-04-10 20:52 分类:问答Can not transform correctly using XSLT
I tried to use a XSLT transformation (below) to a RSS with this type with no result. Why is that ? <?xml-stylesheet type=\"text/xsl\" media=\"screen\" href=\"/~d/styles/atom10full.xsl\"?><?x[详细]
2023-04-10 19:28 分类:问答Templates: XSLT vs jQuery
I need a templating mechanism for html-pages bundled with my app. At first开发者_运维问答 I looked at all the javascript templating solutions (like jQuery templates), but since my input data is XML, I[详细]
2023-04-10 19:06 分类:问答XSLT Date Comparisons
<xsl:variable name=\"date1\" select=\"2011-10-05\"/> <xsl:variable name=\"date2\" select=\"2011-10-05\"/>[详细]
2023-04-10 16:55 分类:问答How do I use xsl format-number func. on an attribute?
I have a value I am parsing from an xml file that I need to stick into my table. I have the number displaying, but need to have it as \"#,###.0\" instead of just the integer. I got the number using:[详细]
2023-04-10 16:38 分类:问答