Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kevz83

    creating XmlElment of type <sys:String></sys:String> with code in c#

    Right but even after doing this i will get something like <sys:String afc:Key="check2_Label" xmlns:sys="somevalue" xmlns:afc="somevalue">check 2 label en</sys:String> but i want <sys:String x:Key="check2_Label">check 2 label en</sys:String> i dont want xmlns displayed as it is already...
  2. kevz83

    creating XmlElment of type &lt;sys:String&gt;&lt;/sys:String&gt; with code in c#

    but this will give me <sys:String afc:Key="check2_Label" xmlns:sys="somevalue" xmlns:afc="somevalue">check 2 label en</sys:String> whereas i want it <sys:String x:Key="check2_Label">check 2 label en</sys:String> where sys and x are the xmlns mentioned in the top level already
  3. kevz83

    creating XmlElment of type &lt;sys:String&gt;&lt;/sys:String&gt; with code in c#

    Hi All, I am trying to create a XML Element in C# of the form <sys:String x:Key="MyGroup2_SuperTip">Group 2 supertip en</sys:String> where xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib" are specified in the header already. But when...

Part and Inventory Search

Back
Top