Take this XSL: <xsl:variable name=\"rowcount\" select=\"count(../DBE:Object[@Class=\'A\']/DBE:Attribute[@name=\'B\']/DBE:Table/DBE:TableRow)\"/>
My problem is: I have an XML file where I want to remove some child elements without removing parents. Can anyone help me to get the result by using ASP.NET?
I have an reference type of paragraph withelement. Example Input file: <reference> <emph type=\"bold\">Antony</emph><emph type=\"bold\">,</emph> <emph type=\"bold\"
Given the following xml input: <Sections> <Section number=\"1\"> <Step number=\"1\"> <SubStep number=\"1\" Pass=\"True\">
I\'m trying to pass a parameter to an XSLT stylesheet, but all i\'m getting is an empty xml document when the document is transformed using XSlCompiledTransform.
I\'ve been struggling with some weird behavior of fop 0.95 (don\'t know if I\'m doing something wrong, or if there is a work around).
I have a list of elements that I want to split into individual lists of 3.The end result would be something like this:
I\'ve already created my XSLT but id like to be able to sort the data, also add some kind of index so i can group the items together, the difficulty Im having is the the node i want to sort by contain
Consider this XML: <people> <person> <firstName>Deane</firstName> <lastName>Barker</lastName>
I\'d like to use the value of an xslt parameter in an xpath expression.Specifically, as part of a not() call in an <xsl:if expression.