| Thread | Last Post | Replies |
|
| xpath when quotes are in node | 14 Oct 2005 17:23 GMT | 4 |
I have the following xml: <root> <name>abc "123" xyz</name> </root>
|
| Namespacemanager adding default namespace | 14 Oct 2005 17:13 GMT | 4 |
I'm trying to read xml file with namespacemanager; it seems that it adds up a namespace if there is none; How can avoid this? so <ID>00589</ID> becomes <Id xmlns=\"x-schema:#Schema1\">00589</Id>
|
| XPath Query into Datagrid | 14 Oct 2005 15:30 GMT | 2 |
I have a XML File that looks something like this. <ItemList> <ProductType>Google</ProductType> <EmployeeName>John,X,Doe,john.doe@domain.com</EmployeeName>
|
| How to use Xpath for this XML | 14 Oct 2005 02:18 GMT | 2 |
I would like to query this xml below:- If i use :- nodeList = root.SelectNodes("/Voter/Question/Answer/Answer/text()") I get to see "Male" but only if i remove the root tags:-
|
| Line Feed XML File | 14 Oct 2005 00:20 GMT | 3 |
I am using SqlXmlCommandType component to generate an XML file in a VB.net Console Application. Everything ran perfect except one thing. I need to know if there is anyway to make this XML file Line feed file. In other words, I need to put each tag in one line instead of mixing ...
|
| XPathNavigator.ValueAsBoolean - no exception | 13 Oct 2005 14:47 GMT | 6 |
Hi; How can I tell if I can call XPathNavigator.ValueAsBoolean safely - without throwing an exception. I want to take one course of action if the value can be interpreted as a boolean.
|
| XPath Validation | 13 Oct 2005 08:26 GMT | 5 |
I'm looking for a way to Validate an XPath prior to executing the expression, without using a try catch clause. For example: I'm looking for something that would tell me that "\some/Xpath\to\Node" is invalid...
|
| XPathNavigator.SelectSingleNode(xpath == 3) | 13 Oct 2005 02:48 GMT | 1 |
Hi; How do I handle the following: XPathNavigator nav = ...; String str = nav.SelectSingleNode("floats/@ok").Value;
|
| XMLHttpRequest + XMLDOM | 13 Oct 2005 01:17 GMT | 2 |
Is possible to: a) save XMLHttpRequest object* (precisly: server response** which is in the form of xml) to the xml document(on the client side) by the help of JavaScript
|
| Difference between .NET 1.1 Dataset.ReadXML and .NET2.0 BETA Dataset.ReadXML | 13 Oct 2005 01:14 GMT | 1 |
I have written a web service in C#, .NET 1.1 which reads a XML file into a dataset. This is just a plain XML file. First I use the Dataset.ReadXmlScheme function and pass the XML file to it. Then I convert data type of one of the
|
| attributes and simple types- the simple made difficult | 12 Oct 2005 22:51 GMT | 1 |
I want to do something like <distance units="inches">15.0</distance> for validation reasons, I want to put a facet on the value so it can't be negative. To include an attribute, the schema editor forces me to have a
|
| Compare DTD,XSD, SCHEMATRON and RELAX NG. | 12 Oct 2005 21:30 GMT | 1 |
I am a beginner in XML schema. Could you please give me some ideas to compare the feature of DTD, XSD, SCHEMATRON RELAX NG in validate aspect? And could you please recommend some good material in this aspect? Thanks a lot!
|
| Replacing a node | 12 Oct 2005 20:34 GMT | 3 |
Is there a way to replace a node and it's children? I tried using the ReplaceChild method but that seems to only replace the first child only!! Thanks Ed;;
|
| XMLValidatingReader desperate... | 12 Oct 2005 19:49 GMT | 1 |
I'm quite desperate after so much time of frustration trying to validate an xml doc with a schema using XmlValidatingReader. I know I miss something but I cannot solve this for the life of me: My xsd is:
|
| Dynamic UI - Win Forms | 12 Oct 2005 19:46 GMT | 5 |
Sorry if this is a cross-post. Wondering if there is any way to genrate Windows UI from an xml file just as one would load a Web UI as HTML from an XML using XSLT. Please do let me know if you have any ideas. Assume that the xml contains UI info (i.e.,
|