I am writing a rails application and getting stuck on a routing issue. My application allows a user to manage multiple cause pages (for various reasons)
Hi I am writing an XSLT and within that I am using <xsl:copy-of> function. Now when it\'s executed then namesapce from xml are also getting copied. In order to remove that I used function like &
My architecture\'s service layer is made up of many single purpose command classes (classes that perform one specific function on data, such as creating a user) and query classes (individual classes t
I want to write very simple C++ programs on my Mac but I get errors. I don\'t have a lot of experience with C++ (and gcc) and the simple guides on the web also don\'t discuss this topic.
I am trying to find a node (prefixed with a namespace) using variables in my xquery like so: declare variable $libx_ns as xs:string external;
I am using python suds (version: 0.3.9 GA build: R659-20100219) to interact with a SOAP service with the following structure:
I\'m having a strange namespace resolution issue in my user control XAML files. If I create a new WPF librar开发者_运维百科y, it adds the following:
I am trying to understand a third party Javascr开发者_JAVA百科ipt code. But am not able to figure out what is the use of the below coding style.
when I write Python code from the interpreter I can type dir() to hav开发者_如何学JAVAe a list of names defined in the current scope. How can achieve to have the same information, programmatically, wh
I Have Create the webMethod Service: [WebMethod] public void GetCommission(List <BOLibrary.Flight.DTContract>Loc)