Random photo
Loading...
Domains for sale
|
August 20, 2007One more quick nxsltc update
nxsltc.exe catalog2html.xslt /version:2.3.4.5 /keyfile:d:\keys\test.snk The usage now looks like this: D:\>nxsltc.exe /? XSLT Compiler version 1.0beta2 for .NET 3.5 (c) 2007 Oleg Tkachenko, http://www.xmllab.net Usage: nxsltc I also put together some documentation point at http://www.xmllab.net/nxsltc. Comments
Hi, I know this may not be the correct place to ask a question but I am stuck and need to resolve an issue that is hard for me and only you can resolve. It is an XML question which may be very simple for you but it's difficult for me as I don't know much about XML. I am working in InfoPath. I have a node that has two descendants (I am not sure if they are descendants or children). I dont know know how to reach the second descendant which is a text box, the first being a checkbox. Kindly see the following code: XPathNodeIterator nodes = DOM.Select("/my:myFields/my:Options/my:Option",this.NamespaceManager); XPathNodeIterator nodesText = nodesNavigator.SelectDescendants(XPathNodeType.Text, false); } xPAth for 1st descendant: /my:myFields/my:Options/my:Option/my:Selected xPath for 2nd descendant: /my:myFields/my:Options/my:Option/my:Text Please help! Thanks Daska Posted by: daska at August 22, 2007 5:34 PMPost a comment
Listed below are links to weblogs that reference this post:
Interesting Finds: August 21, 2007 from Jason Haley |