Questions tagged [xattribute]

The xattribute tag is for questions about the C# (System.Xml.Linq) XAttribute class.

One MSDN reference page for the class is Xattribute Class (System.Xml.Linq).

50 questions
0
votes
1 answer

Iterate through elements of the same name and return attribute by another attribute value

I'm trying to find a specific element with a specific attribute value using LINQ and return another attributes value. If I change the name of the element I'm looking for to something unique and search for it that way it returns the correct value. I…
0
votes
1 answer

Select unique XElements (by attribute) using LinqToXml

I have a XML where I have several tags. Some of them have attribute "ident" with value "pr", some not. blabla blabla
Juri Bogdanov
  • 295
  • 1
  • 11
  • 19
0
votes
1 answer

Generate xml attributes

I have to create an xml file, that contains an element with attributes like: I tried: XNamespace ns = "xsi"; var root = new…
L-Four
  • 13,345
  • 9
  • 65
  • 109
-1
votes
1 answer

xmlns="something" - must be in parent nod

I have a problem. Can't name XAttribute like this: XAttribute("xmlns", nss.NamespaceName) XNamespace ns = "urn:hl7-org:v3"; XNamespace nsVoc = "urn:hl7-org:v3/voc"; new XElement("ClinicalDocument", new XAttribute(XNamespace.Xmlns +…
-4
votes
1 answer

Embedding xat chat box on a Facebook page

How can I embed a chat box from xat.com on a Facebook page?
Kabel Bank
  • 85
  • 1
  • 1
  • 4
1 2 3
4