| Thread | Last Post | Replies |
|
| Reading and Saving XML | 08 Jul 2003 21:17 GMT | 4 |
I have a webform which calls a class that loads an XML from a URL then saves it to a file. I ran the webform from Visual Studio. It ran correctly and creates the XML file, however when I try to open the XML file using notepad i get the following error
|
| Problem selecting a node with XPATH if attribute value contains backslashes - how to force XPATH string to be treated as literal? | 08 Jul 2003 20:25 GMT | 1 |
VB6, MSXML 3.2 installed: Q1. I am having a problem selecting nodes with XPATH expressions when an attribute values contain backslashes (\\) in as part of its value:
|
| selectnodes in XML DOM document | 08 Jul 2003 19:50 GMT | 1 |
Hi, I have the following xml file. <Navigator xmlns="urn:uuid:721DCCFA-8250-4820-8C7D- 7AF0E52305FD">
|
| cannot access file | 08 Jul 2003 19:34 GMT | 2 |
Hi, I am trying to write text data to an xml file via an XMLTextWriter object. When I try to initialize the XmlTextReader object, I get an IOException: The process
|
| Indented SOAP serialization | 08 Jul 2003 18:41 GMT | 1 |
I want to serialize an object graph in XML, so I'm using the SOAP serializer (XML serializer doesn't support object graphs). Is there a way to tell the SOAP Serializer to indent the XML output? Thanks in advance,
|
| Saving and retriving a classes public fields to SQLServer | 08 Jul 2003 16:38 GMT | 1 |
Anyidea how this might be done using and XML Web Service and the XMLSerialzation class? A pointer to an online example would be deeply appreciated. Thankyou in advance,
|
| xml and dataset | 08 Jul 2003 16:15 GMT | 2 |
I want to take a dataset and save the data as an xml document. I know how to do this, but I need the xml to be formatted in a certain way. What are my options? I have thought about using a stylesheet to format from xml to xml. I can create an xsd, but that does not seem to save ...
|
| Trouble with XmlNodeList | 08 Jul 2003 09:53 GMT | 1 |
Here's my code: //xd is an XmlDocument object, xnm is an XmlNameSpaceManager XmlNodeList xnl = xd.SelectNodes ("/bd:SubscriptionInfoSet/bd:SubscriptionInfo",xnm);
|
| Extending XmlDocument and associated classes to provide character positions. | 08 Jul 2003 09:45 GMT | 1 |
OK here's is what I wish to do. I have an XML file that I want to read into an XmlDocument. I then want to be able to interrogate the XmlNodes to find both their start AND end character positions within the original file.
|
| XML File and Select | 08 Jul 2003 09:40 GMT | 2 |
What is the best way to find information within an xml file. I'm using it as a Config file for a site. I'm playing with XMLTextReader. Is there a better way? Thanks
|
| Search n Replace Certain Attributes in XML | 08 Jul 2003 06:29 GMT | 1 |
Hi, I have an XML file and am coding in VB.NET using webforms. [CODE] <cashier>
|
| XML Problem!!! | 07 Jul 2003 19:45 GMT | 1 |
I have an XML file that contain two felids (FirstName and LastName). What I want to do is to display the FullName by adding the FirstName and the LastName together in the same TextBox. How an I do this???
|
| docbook xslt bug: System.NullReferenceException: Object reference not set to an instance of an object | 07 Jul 2003 18:57 GMT | 7 |
I have a docbook xml file, and am using standard docbook 1.61.3 xsl stylesheets to do xhtml transform. Transform works fine when using MSXML. When I try to do the following using asp.net 1.1:
|
| SQL table to XML Conversion for a tree control | 06 Jul 2003 13:41 GMT | 1 |
I have a SQL Table in the below format Code | Item1 | Item2 | Item3 C1 01 00 00 C2 01 01 00
|
| Error: Invalid byte was found at byte index 63. | 06 Jul 2003 11:42 GMT | 1 |
Does anyone know what this means: "Invalid byte was found at byte index 63. " If yes, please help. Apogee
|