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 > september 2005 > threads for september 29 - 30, 2005

Filter by week: 1 2 3 4 5

Encoding troubles
Posted by Jeroen De Brabander at 9/30/2005 3:34:16 PM
Hi, I have problems with XML Encoding concerning special characters like é and è. I have set the processing instruction to UTF-16 and the file is saved as UTF-16. The XML is valid and well-formed, this isn't the problem. I have 2 machines running exactly the same application (code is ide...more >>


No XmlNodeType for an EmptyElement with Attribute
Posted by dickster at 9/30/2005 9:11:22 AM
I have a MemoryStream of XML in which I wish to strip out the namespaces and some other attributes and then write this revised Stream to a new MemoryStream Everything works grand in the code below expect when myReader comes across an element like: <xxx id="1"/> i.e. an empty element with att...more >>

XSL and WebControls like datagrid
Posted by Madhuri Mittal at 9/30/2005 8:33:05 AM
Hi, I want to use XML and XSLT to generate HTML in my asp.net application. I want to be able to generate the asp.net datagrid control with all its powerfuls features by this means as well as all other controls including some usercontrols on my page. Is it possible to do that as well as any ...more >>

need to remove root element when parsing xml doc or storing in database
Posted by fizzy at 9/30/2005 3:48:15 AM
i am fetching an xml document with the following structure: <?xml version="1.0" encoding="UTF-8"?> <DTCResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:/ows/aws/1.2 http://www.overture.com/schema/dtc/1.2/dtc_response.xsd" xmlns="urn:/ows/aws/1.2" success="t...more >>

How can do join two XmlDocuments?
Posted by How can do join two XmlDocuments? at 9/29/2005 1:22:02 PM
Hi, Sorry my english, I'm brazilian. I'v two objects serializeds, I want join it. Somebody help me?...more >>

Looking for a better way to handle errors
Posted by JJ at 9/29/2005 8:57:48 AM
Hi all, Im looking for a better way to handle the exeption if you try to find a node that doesnt exists? It usualy breaks in a object exeption. Now i have to use the try en catch option.. Any other ideas??? thanks in advance greeting jj...more >>

xsd:maxLength
Posted by Sudhesh at 9/29/2005 7:47:07 AM
Hi, I understand I can write an XSD file like... <xs:attribute name = "value1" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="30"/> </xs:restriction> </xs:simpleType> </xs:attribute> I'm writing a class heira...more >>

List of pointers to XML nodes
Posted by Guy at 9/29/2005 3:16:03 AM
Hi, I have an XML file which its content can't be altered as a source. My solution should be able to produce some kind of pointers (in a seperate file) to specific nodes (or even attributes\values) in the source XML file. The source file contains many different namespaces (along with def...more >>




DevelopmentNow Blog