| Thread | Last Post | Replies |
|
| .Net XmlValidatingReader should fail on complextypes with whitespace? | 05 Jun 2004 00:15 GMT | 2 |
I believe the .Net XmlValidatingReader should fail when validating XML that contains a ComplexType element with white space when the ComplexType element has the mixed attribute set to false in the XSD used for validation.
|
| XmlSchema.Read -> nothing happens | 04 Jun 2004 21:57 GMT | 2 |
I'm trying to load a schema into an XmlSchema object with the Read and Compile methods. I use Read with a ValidationEventHandler. No errors occurs but when I look at the XmlSchema properties it contains NOTHING. The schema file is correct because I can use it to validate
|
| XPath expression with namespace | 04 Jun 2004 18:47 GMT | 2 |
I am trying to use SelectSingleNode in an XMLDocument for a node that has namespace defined. My problem is the XPath for the node with no namespace defined works as soon as I put namespace it returns nothing. Help
|
| problem rowfilter with xml | 04 Jun 2004 14:58 GMT | 1 |
Hi! I need to search an xml file for a <symbol>FO</symbol> being passed from a query string. here's my sample xml file (original xml file is generated from a mainframe): <stock>
|
| Getting the XML as text between two nodes | 04 Jun 2004 08:12 GMT | 2 |
I am interested in getting the XML contents as text between two XML elements that I know follow each other. They could be in completely different levels, but in XML file the first is above the second. Of course, a code could be written that would first read InnerXml property of the ...
|
| Xsd and serialisation | 04 Jun 2004 02:24 GMT | 1 |
hello, I wonder if anyone can help me. I have used xsd to generate a c# class from an xml file. This class is currently being used in my application and works
|
| XmlSerializer - XmlTextReader vs. XmlNodeReader | 04 Jun 2004 00:00 GMT | 2 |
I've run across a strange behaviour with XmlSerializer that I'm unable to explain. I came across this while trying to use XmlSerializer to deserialize from a the details of a SoapException. This should have worked fine since the class in question was already being serialized and ...
|
| Displaying XML | 03 Jun 2004 21:07 GMT | 1 |
There have been lots of posts on this topic, but I haven't been able to apply any of the suggestions to my situation. I have an .aspx page with a form on it that has several submit buttons on it. Clicking a button will cause a web service action that returns
|
| A question about XML Tags | 03 Jun 2004 18:11 GMT | 1 |
Dear All; I am a biginner in XML. Currently I am developing a service for CISCO IP Phone using ASP.Net. The CISCO IP Phone service has to be developed using XML Tags. For examlpe the CISCO IP Phone Input takes the following form
|
| Importing Selected Data from XML | 03 Jun 2004 17:37 GMT | 1 |
In order to achieve the archiving of old data from my database I have exported the information from my dataset to an XML file using the standard WriteXML method of the object. Now suppose in the future I wish to restore only specific records (which all have a unique
|
| Boolean value using XSD/XML | 03 Jun 2004 15:16 GMT | 2 |
I've created an XSD file with the following in it: <xs:attribute name="Enabled" form="unqualified" type="xs:boolean" /> I am trying to set the XML to match this format, but how/what is the format for a boolean value?
|
| Question about attributes | 03 Jun 2004 13:42 GMT | 4 |
I'm experimenting with and XmlTextReader sample, and don't understand how the attributes are being processed. Here's the input: <xsd:element name="AA" type="BB" substitutionGroup="CC"/>
|
| encoding="ISO-8859-1" and XML (.Net CF) | 03 Jun 2004 10:24 GMT | 4 |
I'm using .Net CF, and I'm trying to load an XML document that has a first line: <?xml version="1.0" encoding="ISO-8859-1"?> I'm loading this via XmlDocument.Load(). However, I get and XmlException
|
| Inheritance in XSD? | 02 Jun 2004 17:31 GMT | 3 |
I'd like to define a schema that allows, for example, a "table" element that takes on one of two forms distinguished by what attributes are present. For instance, <table foo="3"/>
|
| join xml documents? | 02 Jun 2004 14:50 GMT | 1 |
I have two xml documents <?xml version="1.0" standalone="yes"?><CodesFile><CatNumber><number>1</number><code>001</code></CatNumber><CatNumber><number>2</number><code>002</code></CatNumber><CatNumber an <?xml version="1.0" ...
|