Google Groups Home
Help | Sign in
microsoft . public . dotnet . xml
This is a Usenet group - learn more
Find or start a Google Group about xml.
Active older topics
3 new of 3 - Jun 25
1 new of 1 - Jun 24
8 new of 8 - Jun 24
9 new of 9 - Jun 20
1 new of 1 - Jun 18
5 new of 5 - Jun 17
1 new of 1 - Jun 16
1 new of 1 - Jun 16
1 new of 1 - Jun 10
5 new of 5 - Jun 8
Related Groups
Low activity, Usenet
Medium activity, Usenet
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 11969  Older »

Dot Net Viewers 
  [link] [link] [link]
By anitha  - 4:20am - 1 new of 1 message    

Dotnet Viewers 
  [link] [link] [link]
By anitha  - Jul 4 - 1 new of 1 message    

Is this scenario possible? 
  I've included an xml and a dtd file in my Resources folder (This is a Winforms VB project in VS2005.) I'm planning on using the xml in Resources as a 'template', just load it and change values. The beginning code is: Dim xDoc As New XmlDocument xDoc.LoadXml(My.Resources.Name OfXMLFile) ... do some stuff to XDoc... more »
By B. Chernick  - Jul 3 - 4 new of 4 messages    

Namespaces & Atom feeds 
  I'm new to XML namespaces, and I seem to be missing something obvious in this code snippet, which is trying to retrieve the feed/entry nodes from an XPathNavigator document: XmlNamespaceManager mgr = new XmlNamespaceManager(xpNav.Name Table); mgr.AddNamespace("atom", "[link]");... more »
By Brent  - Jul 1 - 3 new of 3 messages    

Big picture questions - cleanest method for creating an XML file 
  I am not accustomed to creating xml files programmatically. The big picture is this: This will be in VB/VS 2005/ winforms. I have a DTD, a sample XML, and an outside data source I will use to populate the XML. In general I think I know how to create elements and attributes and I'm sure I can hack... more »
By B. Chernick  - Jun 30 - 17 new of 17 messages    

New Fourm on dotnet 
  HI thank you all here is a new fourm on dotnet can post your queries here and get the answers as soon as possible [link]
By geek  - Jun 30 - 1 new of 1 message    

Hate Your Job? 
  What a cheesy site!
By Scott M.  - Jun 29 - 1 new of 1 message    

Breaking larger xml document into smaller ones 
  Hi All, I have a problem which I think is sure easy enough that it would have been solved already. I am looking for some pointers here - I have an XML document like this: <root> <child> <element1>value1</element1> <element2>value2</element2> </child> <child> <element1>value1</element1>... more »
By Abhishek  - Jun 27 - 3 new of 3 messages    

Count Nodes 
  I wish to get a count of nodes in an xml file in vb.net, so I am using the following, as a simple example: MyCount = xmlNodePart.Current.Select.//M yNode/Record[*]).Count I saw in some xml specs that instead of [*] it should be [@*], but that does not work. Why would the @ symbol be needed? Derek
By Derek Hart  - Jun 26 - 2 new of 2 messages    

How do I set the utf 
  The following is what I have : XmlWriterSettings xmlSettings = new XmlWriterSettings(); xmlSettings.Indent = true; xmlSettings.IndentChars = " "; xmlSettings.Encoding = System.Text.Encoding.UTF8; StringBuilder sb = new StringBuilder(); using (XmlWriter writer = XmlWriter.Create(sb, xmlSettings)) ============... more »
By Phil Hunt  - Jun 26 - 4 new of 4 messages    

1 - 10 of 11969   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google