u can do it with xPathNavigator. .....as follows :
XPathDocument myXPathDocument = new XPathDocument(@ "C:\globals\glo balsInputs.xml" );
XPathNavigator myXPathNavigato r = myXPathDocument .CreateNavigato r();
XPathNodeIterat or myXPathNodeIter ator;
myXPathNodeIter ator = myXPathNavigato r.Select ("//table[@id = '"+parameter +"']");
while(myXPathNo deIterator.Move Next())...
User Profile
Collapse
-
hope it helps
I hope this xsl program will give the output
<xsl:styleshe et version="1.0" xmlns:xsl="http ://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:template match="//tag">
<xsl:value-of select="." />
<xsl:value-of select="@att" />
</xsl:template>...Leave a comment:
-
Extending style sheets
i want to use my own function in a .xsl file. how can i do it in c#?Leave a comment:
-
Extending Stylesheets
i want to use a function similar to xalan:nodeset in my xsl. i am doing it in c#.net by means of using the XsltArgumentLis t.AddExtensionO bject. but i have problem in understanding the complete functionality of xalan:nodeset. can anyone please help me in this :D
No activity results to display
Show More
Leave a comment: