Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > dotnet xml > june 2007 > threads for june 22 - 28, 2007

Filter by week: 1 2 3 4 5

How to modify a attribute's value of a specific node in an xml fil
Posted by Rakesh at 6/28/2007 10:20:00 PM
Hi, I have to modify the xml document which is present in the local disc when user changes the values in the form. I have to modify the attribute value of a specific node and then save the xml file. Please let me know how this can be done. Thanks: Rakesh...more >>


XmlSchemaException on XmlSchemaSet.Compile() with imported schema
Posted by iHadMyPersonalInfoIndexed NO[at]SPAM gmail.com at 6/28/2007 7:38:34 PM
I'm absolutely tearing my hair out on this one, and would appreciate any help anyone can provide. I need to validate incoming XML files against a local XSD which imports a remote XSD. When setting up the XmlReaderSettings, I am getting a XmlSchemaException on XmlSchemaSet.Compile(). I have strip...more >>

XML Validation against XSD
Posted by Ayan at 6/28/2007 2:45:09 AM
Hi all, I am trying to validate an XML against XSD and facing a problem with conditional check: The XML is as below: <root> <header></header> <addresses> <address type = "P" street = "Melbourne" province = "STA"/> <address type = "S" street = ...more >>

XML getting the namespace
Posted by maflatoun NO[at]SPAM gmail.com at 6/28/2007 1:14:44 AM
Hi, I'm working on a ASP.NET component with one requirement being to catch Web Service exceptions. I've managed to get it working using the following code XmlDocument doc = new XmlDocument(); doc.LoadXml(se.Detail.OuterXml); XmlNamespaceManager nsManager = new XmlNamespaceManager(doc.Name...more >>

Read XHTML into XML
Posted by Jose Antonio Reyes at 6/28/2007 1:04:12 AM
Hi all, I need to read/parse XHTML aspx pages and look for certain tokens and content. How can I use a XmlTextReader for this? If not, any other ideas? Thanks in advance, JA Reyes....more >>

Embedded XML datatsource for dependent ddl's
Posted by Chuck P at 6/27/2007 12:14:04 PM
I need to put some embedded xml within a web page. It has to be in the webpage. Is their a way I could use this xml as a datasource for an extended Ajax cascading dropdown and not have postbacks (preferred) or just for some cascading DDLs. dropdownlist one: CarManufactures dropdownl...more >>

Control Order of Deserialization Of An Object?
Posted by Alan Cohen at 6/26/2007 11:51:48 AM
I have an object which gets serialized to XML. Upon deserialization, I'd like to control the order in which attributes are deserialized. Any way to do this? Thanks!...more >>

XslCompiledTransform.Transform() method question
Posted by Jeff at 6/26/2007 8:45:01 AM
VS2005; .NET 2.0 I want to use the XslCompiledTransform.Transform() method for its stated purposes. However, I have an XmlDocument object already in memory and I can't figure out how to use that without first saving it to disk and then referencing that file in the Transform() method. ...more >>



Large XML file and some kind of indexing?
Posted by Andrew Brook at 6/25/2007 3:38:08 PM
Hi Everyone, I have a very large XML file (~1GB). I would like to essentially pre-navigate the entire structure using an XmlReader and somehow index the positions of important elements. I suppose I'd hoped that I could access the exact file position of an xml element, store that position...more >>

need help with XML parser
Posted by Bill Nguyen at 6/25/2007 3:23:07 PM
I can parse a simple XML file (the hard way) but do not know how to parse the XML file (DTD and sample XML below) using System.XML. YOur help is greatly appreciated. Bill <!-- DTN REFINED FUELS XML FUEL PRICE FORMAT 2--> <!ELEMENT PRICES (TransmissionHeader, FuelPriceData+)> <!ELEMENT...more >>

Newbie Xpath Question
Posted by Edgardo at 6/24/2007 8:00:00 PM
Hi everyone, i have a quesiton regarding XML/Xpath i have a XML document that has let say the following structure <cases> <case> <num>1<num> <detective> <name>John</name> <lastname>Smith</lastname> <detective> </case> <case> <num>2<...more >>

XML data into MDB file
Posted by Preeti at 6/22/2007 3:36:24 AM
Hi all I am a newbie in xml. I have a requirement where I have a predefined XML files and I want to add the data in these file to into Access mdb through my application The xml structure is fixed and I hav eto implement a button which on click submit the data to the mdb file without any f...more >>

How to determine encoding of XML file ?
Posted by Oleg Subachev at 6/22/2007 12:00:00 AM
I need to read XML file, transform it and then save in the same encoding. XmlDocument class naturally has no encoding-related members. How can I determine encoding of XML file ? Oleg Subachev ...more >>


DevelopmentNow Blog