xslt
XSLT 1.0: analyze the variation of a setting
I have block of data sample in XML. Each data has a attribute called \"switch\" specifying if a switch is off or on ( default value is off ).[详细]
2023-04-11 12:18 分类:问答Add a css link to xhtml files that I cannot modify using an XSLT?
According to my programming supervisor I should be able to link a css file to an xhtml开发者_如何学C file that I cannot touch by using an XSLT. How is this achieved? Does anyone have any good ideas? H[详细]
2023-04-11 12:09 分类:问答XSLT: Match all elements of a namespace except one element
I want to write an XSLT template that matche开发者_运维百科s all elements of one namespace except one element. For example I want to match all elements foo:*, but not foo:bar.[详细]
2023-04-11 11:27 分类:问答XPath - test if at least one node has given value
Given the following XML: <catalog> <cd> <title>Empire Burlesque</title> <artist>Bob Dylan</artist>[详细]
2023-04-11 10:36 分类:问答Adding Anchors to HTML using a list of Regex
I am trying to add anchors to my html output. The html is created using xsl 2.0 to transform xml to html. I need to be able to pass a list of regular expressions into my style sheet and have every mat[详细]
2023-04-11 10:13 分类:问答How can I prevent saxon from escaping systemId in Results produced by xsl:result-document
I am prod开发者_开发问答ucing a document using <xsl:result-document href=\"{$uri}\"> ... where $uri contains some non-ASCII characters.I\'ve registered an OutputURIResolver, and when it receives[详细]
2023-04-11 09:15 分类:问答Decode HTML encoded content using XSLT
I have a web page which executes some javascript upon a link click. The link is: <a href=\"javascript:void(0)\"[详细]
2023-04-11 04:44 分类:问答Random errors in XML-XSL transformation in tomcat web app
Im getting this error randomly in the web application which does the XML-XSL transformation. Same data when reloaded exception does not occur.[详细]
2023-04-11 04:02 分类:问答How to make correct syntax for XQuery Looping
Now I have a dita composite like: <root> <topic>....</topic> <topic>....</topic>[详细]
2023-04-11 03:01 分类:问答XSLT: Passing all attributes of a tag to a php function
I have written the following XSLT template: <xsl:template match=\"foo:*\"> <开发者_高级运维;xsl:processing-instruction name=\"php\">$s = ob_get_clean(); ob_start(); $this->callExtension[详细]
2023-04-11 01:19 分类:问答