| Thread | Last Post | Replies |
|
| xs:anyAttribute XmlSerializer Bug | 31 May 2005 18:13 GMT | 1 |
I am noticing some VERY odd behavior when serializing and deserializing classes that were generate using the XSD.exe utility. Can anyone confirm if this is a bug (or it I am just doing something I shouldn't!) Basically what is happening is that if the schema contains a collection
|
| How to add namespace to msxml2.DOMDocument40Class ... Help needed | 30 May 2005 12:15 GMT | 1 |
Could anyone tell me how to add a namespace to msxml2.domdocument40class object. I tried String nameSpace = "http://www.w3.org/2002/xforms"; msxml2.domdocument40class xformsdoc;
|
| writing xml files with XSDObjectGen.exe | 27 May 2005 19:57 GMT | 3 |
I have a schema and have used XSDObjectGen.exe to create a set of classes that represent the schema. What is the best way to fill xsdobjectgen.exe generated classes with data? I want to create and serialize an instance of one of the classes
|
| Inserting Processing Instruction | 27 May 2005 16:55 GMT | 2 |
I need to find a way to insert a processing instruction to an xml document after all the other nodes have been correctly added. That's because I get an xml from a method that I can't modify and I need to add a processing instruction in order to render the xml using a custom
|
| xpath for children | 27 May 2005 14:14 GMT | 1 |
Following is a part of an Xml document I am having problems with. I have a XmlNode variable in my C# application that referes to the mytable node of the following Xml. Now I need to get all children of mytable node from the ns0 namespace(myfield1 and myfield2 in this case) ...
|
| Export the Data to .txt file using XML in vb.net? | 26 May 2005 17:50 GMT | 1 |
hieee there, I am in big trouble. I want to export data from Dataset or Datagrid to .txt file using XML in VB.NET and I want to do it Manually but I don't have any ideas because I am new To XML. Please help me and Reply me Soon. Thank you in Advance.
|
| SelectNodes and Two XMLNS's in XML Root | 26 May 2005 15:40 GMT | 2 |
This is a newbie question to XMLNS. I just finished the article on "XML Namespaces and How They Affect XPath and XSLT" by Dare Obasanjo and I'm pretty sure I understand the problem. I just don't know how to achieve the desired XPath result. I'm dealing with an XML document that ...
|
| Make a direct copy of an XMLDocument | 26 May 2005 14:44 GMT | 1 |
Can anyone tell me an easy way to copy an in-memory XmlDocument into a new XmlDocument to be used for destructive processing without affecting the original, please? Thanks
|
| XPath exclusion expression | 26 May 2005 12:59 GMT | 2 |
Hi there, I have an XML document that I am trying to pull some information from. The structure is similar to the following.
> <pricelist> |
| XMLHTTPRequest object Question | 25 May 2005 18:37 GMT | 1 |
Good Evening, I am new to the XMLHTTPRequest Object and it's use but i am doing pretty good with it since it's realtively simple? I am having one problem in using a Get method.
|
| get list of used namespaces | 25 May 2005 17:49 GMT | 1 |
I load an xml file into XmlDocument object and would like to get a list of namespaces used in the file. How can I get a list of namespaces used in xml file? Thanks.
|
| ?Best way to escape for xml? | 25 May 2005 12:30 GMT | 3 |
I have an Oracle Procedure that returns xml. There was an exception thrown when I tried to load an XmlDocument (using LoadXml(String)) because the value returned from Oracle had an exclamation mark in a text node. So I wrote an escape method to encode the text coming into the ...
|
| XML object serialization to MemoryStream and then XSD validation | 24 May 2005 20:58 GMT | 5 |
Ok I have a class called Product ============================================== Code: Product.vb ==============================================
|
| Reset XmlValidatingReader | 24 May 2005 18:25 GMT | 2 |
How do I reset an XmlValidatingReader or move it back to it's starting position? // First time, works fine while( vr.Read() )
|
| Bug or By Design? | 24 May 2005 12:19 GMT | 1 |
I recently had a problem with one of my XPath expressions which led me to believe there might be a bug in XmlNode, although it could be by design since I didn't find anything in the KB. Consider the the code appended below. The function CleanEmptyElements
|