xslt-1.0
XSLT: Testing if a parent, child or sibling item has been 'clicked' in a menu
Hi All: I\'m trying to use XSL to create a menu on a webpage. I want a particular subset of menu \'Item\' nodes selected from the menu XML when I click on either (a) the parent of one of those items;[详细]
2023-03-13 00:31 分类:问答XSLT Document Function - Folder Hierarchy
I am working with xslt 1.0 and trying to use the XSLT document function to apply the stylesheet to a hierarchy of folders. The folder structures is as below, but I cannot seem to find any reliable ref[详细]
2023-03-12 23:52 分类:问答Select a data with some condtion in xslt
My data is like this: &l开发者_JAVA百科t;Source> <input> <plant> YYYYY </plant> <group>[详细]
2023-03-12 11:52 分类:问答XSLT Bold not working
<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?> <?xml-stylesheet xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"[详细]
2023-03-12 07:23 分类:问答how to concact more than two requirements at a time
hi all i have written a logic based on a requirement concact more than two data at a time in my xslt code but i m n开发者_如何学编程ot reaching my expected output can any one give some suggestions[详细]
2023-03-11 18:26 分类:问答How to write an XSL 1.0 stylesheet with a node-set() function that will run on both MSXML and libxml
I have an XSLT 1.0 stylesheet running using the XSL processor included with PHP (libxml). I want to get the same stylesheet to run on the Microsoft XSL processor MSXML 6.0 (msxml6.dll) ideally so the[详细]
2023-03-10 22:48 分类:问答xslt 1.0 grouping by attribute (muenchian)
I have problems with xslt and grouping the following xml <?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>[详细]
2023-03-10 20:17 分类:问答XSLT, Add an attribute to the root node of the resultant xml file
I am adding two xml files together using xslt, and then this resultant xml file should comply with a schema. I am able to add the two xml files together but then the result should have noNamespaceSche[详细]
2023-03-08 21:12 分类:问答XSLT: Check if tag exists on the outputted XML
How can I check if a tag exists using xslt? The difference being that i want to check the XML that I am creating (not the input XML).[详细]
2023-03-08 11:11 分类:问答XSL elements inheriting namespace dynamically
I am writing a stylesheet that is ultimately combined (via code) with varying other stylesheets outside of my control and scope, before transforming XML.[详细]
2023-03-08 10:40 分类:问答