| Thread | Last Post | Replies |
|
| XML datatype to columned dataset | 19 Sep 2007 10:23 GMT | 3 |
Give a column of XML datatype containing this: <Foo> <Name>Bob</Name> <Area>Ghana</Area>
|
| Streaming XML | 19 Sep 2007 08:58 GMT | 1 |
In my application I manage an XmlDocument object. This document object grows bigger and bigger while the application runs. The document is used as a buffer of data, so it's frequently updated
|
| Need to escape ]]> | 19 Sep 2007 08:53 GMT | 2 |
I have to somehow place this fragment into a CDATA block: ]]> Example: <replace><![CDATA[]]></text>]]></replace> Of course that does not work since the first ]]> will close the CDATA
|
| XmlTextWriter and knowing wich element is opened at run time | 19 Sep 2007 07:08 GMT | 2 |
Is there a way when yoy write xml with XmlTextWriter to know at run time wich xml element are opened ? Sam
|
| Associate Schema to new XML File for Intellisense. | 18 Sep 2007 18:06 GMT | 3 |
I have created an XSD schema file. Users of my project have to create few XML documents as input to the system, based on this particular XSD Schema. They can use any xml editor for this. But, I want them to associate this
|
| Basic XML question - Add Element | 18 Sep 2007 11:00 GMT | 4 |
This must be the most basic question for xml ever but given the xml file below, how can add a contact to this document and make sure the ID is unique? <?xml version="1.0" encoding="utf-8" ?>
|
| Save and load crypted XML | 18 Sep 2007 02:42 GMT | 3 |
I need to save / load XML data in crypted format. I'm using .net 1.1. Thanks.
|
| is there some per-process-limit on memory in .net processes? is there any way to increase it? i keep getting System.OutOfMemoryException when my box has 8 gigs of unused memory. | 15 Sep 2007 06:18 GMT | 1 |
is there some per-process-limit on memory in .net processes? is there any way to increase it? i keep getting System.OutOfMemoryException when my box has 8 gigs of unused memory.
|
| xpath question | 14 Sep 2007 08:55 GMT | 2 |
I use in my csharp code this xml: <doc> <item Id="1"> <item>1</item>
|
| Traverse Child Nodes | 13 Sep 2007 02:23 GMT | 4 |
I have an xml document that looks like: <Areas> <record><AREA_ID>1</AREA_ID><AREA>Yard</AREA></record> <record><AREA_ID>2</AREA_ID><AREA>Street</AREA></record>
|
| Create a XML - First Step | 12 Sep 2007 08:41 GMT | 2 |
I'm creating my first XML file with .NET Framework and I have a problem. With this code : Dim doc As New XmlDocument
|
| Transport XML across the web: web service, remoting secure FTP or what? | 12 Sep 2007 02:13 GMT | 2 |
Need some discussion regarding a project in preliminary design... A laptop running XP Pro/IIS will be used to capture data from a form. The form will be used to write the captured data to XML on the file system of the laptop. The file will contain data that must not be transmitted ...
|
| Adding comment to serialized class | 11 Sep 2007 15:16 GMT | 2 |
I want to serialize one of my classes to xml and add some comment after the <?xml...> line. Is there any way I can do that? Thomas
|
| Question about an xpath depending on two xml nodes | 10 Sep 2007 14:26 GMT | 2 |
in my case I've got the following XML document: <doc> <item> <foo>1</foo>
|
| XmlTextReader Problem | 08 Sep 2007 13:31 GMT | 5 |
I am using XmlTextReader in C# code, I have one problem while reading xml file with "XmlTextReader" class. i.e I have traverse all attributs/child node of the xmlnode, After that, I want to read outerXml of my current Xmlnode. but I am unable
|