| Thread | Last Post | Replies |
|
| Load the restrictions from a schema | 05 Mar 2007 18:48 GMT | 1 |
I have an xml document instance in C# which loads an xml schema. I would like to load the restrictions for a complex type in the schema so that the user will choose one, from a drop down list for example. Any ideas?
|
| using XmlTextWriter | 05 Mar 2007 14:48 GMT | 1 |
if there are no data when writing an element is creates the tag like this <customer/> but i would like it to write <customer>
|
| VS2005 vs XMLSpy | 04 Mar 2007 17:12 GMT | 5 |
A "special" project team in our department has decided to purchase XMLSpy. We standardize on VS2005 as our IDE and up to now everyone has used the XML parser in VS2005. Are there advantages to using XMLSpy over VS2005? Apparently there are
|
| Xpath with Namespace retruns NULL, please help | 02 Mar 2007 23:48 GMT | 1 |
I am using the following code to query for a single node, yet my results are always NULL. Please help, I've tried everything adn I am unable to get a result. XmlDocument xml = new XmlDocument();
|
| Expression must evaluate to a node-set | 02 Mar 2007 22:39 GMT | 2 |
I am using xpath within a BizTalk 2006 orchestration. I get the following error "Expression must evaluate to a node-set". My xml: <EmailListResponse xmlns="http://BTTest">
|
| Splitting and Renaming Xml Nodes | 01 Mar 2007 14:54 GMT | 1 |
Please suggest a solution for the following problem. We get a input xml that need to be processed for grouping and sorting. The example of one such xml <Requests>
|
| Adding namespace prefix to Root node | 01 Mar 2007 13:11 GMT | 2 |
I want to add a namespace prefix to the root node of an object I am serializing to XML. I have been reading though this article: http://msdn2.microsoft.com/en-gb/library/system.xml.serialization.xmlnamespacede clarationsattribute.aspx
|
| XslCompiledTransform adds xmlns:msxsl attribute to root node | 01 Mar 2007 12:58 GMT | 1 |
I use XslCompiledTranform to transform one XML file into another. In my stylesheet I use the msxsl:node-set() function, so I have a namespace import in my stylesheet. After transforming, the root node of my resulting XML file has an attribute
|
| (more!) elementFormDefault confusion | 01 Mar 2007 07:45 GMT | 1 |
From what I can read, it doesn't look like I'm the only one getting confused with the elementFormDefault and attributeFormDefault properties of XML schemas. I am wanting to get a full understanding of these properties, as I want to
|