| Thread | Last Post | Replies |
|
| XQueryServices.com | 31 Jul 2003 21:08 GMT | 2 |
Anyone know when this site will be accessible again? Thanks Damon Internet Systems Manager
|
| Serializing an ArrayList into XML File | 31 Jul 2003 20:16 GMT | 1 |
I'm trying to persist an object of type Arraylist into XML using the following the XMLSerializer and it returns an "Unknown" Error. I'm able to serialize and deserialize the arraylist object using Binary format but unable to do so using XML formatter. Is it possible to serialize an
|
| Is it possible to serialize a read only property | 31 Jul 2003 10:39 GMT | 4 |
I am new to XML Serialization. I am interested in serializing my object to Xml. I only have to serialize and I needn't worry about deserialization. As per my understanding, only the properties that have both "get" and "set" can be serailized. Is that so. Is it also possible to ...
|
| Appending a Node | 31 Jul 2003 09:26 GMT | 1 |
I have below a sample parent-child xml that I'm trying to manipulate <Persons> <Person Id='1'/>
|
| Parsing XML over TCP/IP | 31 Jul 2003 07:15 GMT | 6 |
Sorry if this has been posted before... I am receiving XML messages over a TCP client. Messages vary in size and sometimes can arrive in groups. Thus, I am not guaranteed to receive a full message in a single read from my socket.
|
| Embedding XML into ASPX question | 31 Jul 2003 05:42 GMT | 5 |
I have an XML string in a database that I would like to display using XSLT. All of that works like a champ, but I can't figure out how to embed the XML inside an ASPX page. For example, I have an ASPX page with a Header User Control and a Footer
|
| WriteAttributeString | 30 Jul 2003 16:27 GMT | 2 |
I'm trying to write out an XML file from VB and have it mostly done, but I need the following header and can't seem to get the right syntax for the WriteAttributeString methods to get this result.
|
| XmlNode -> Schema -> Object | 30 Jul 2003 16:25 GMT | 2 |
Lets say I have an XmlNode that validates against some schema. I also have a class that was generated by the xsd tool using said schema. What is the best way to get from an XmlNode to an instance of the class?
|
| tif file loses integrity when uploaded | 30 Jul 2003 13:18 GMT | 3 |
I have researched and tried every method I can find for passing a two-page tif file from a VB6 application to a web service via XML. These include XMLTextReader.ReadBase64, Convert.FromBase64, and using
|
| Parsing XML Schemas | 30 Jul 2003 03:34 GMT | 3 |
I am just starting to work with Schemas and VB.Net. I created a simple schema with a structure of a top level group, then inside that group I have sub-groups and elements and within the sub-groups I have other elements, some of these elements have attributes.
|
| Trivial modification to web.config | 29 Jul 2003 23:02 GMT | 1 |
Can someone please provide a code sample for: Load the web.config for a web app and add a space at the end of it or if there is space at the end then delete the space and then re-savethe file. The reason for thwe above being to force a restart of the web app.
|
| Changing Node Values | 29 Jul 2003 20:28 GMT | 6 |
I have the following XML.. <?xml version="1.0" encoding="UTF-8"?> <EMS> <Scene>
|
| XmlTextReader and 2GB file limit | 29 Jul 2003 18:22 GMT | 1 |
Are there any work arounds to get XmlTextReader to work with files bigger than 2GB? I tried to get the source of XmlTextReader and create a version with long (instead of int) offsets but I can't compile it due to package restrictions.
|
| Read XML | 28 Jul 2003 21:20 GMT | 2 |
I'm sure this has been asked before, but with over 3,000 listings...Anyway, what I want to do is load an XML file so I can populate the text property of a label in VB .NET. The XML file is as follows:
|
| Detect schemas in use on xml file | 28 Jul 2003 19:08 GMT | 1 |
My application uses 4 xml files as configuration files. Actually, I use an If statement with a function to run my schema files against the xml files every time the application loads. This function receives as parameters the name of the .xml file and the name of the .xsd file. I am ...
|