Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / XML / September 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
XML datatype to columned dataset19 Sep 2007 10:23 GMT3
Give a column of XML datatype containing this:
<Foo>
  <Name>Bob</Name>
  <Area>Ghana</Area>
Streaming XML19 Sep 2007 08:58 GMT1
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 GMT2
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 time19 Sep 2007 07:08 GMT2
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 GMT3
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 Element18 Sep 2007 11:00 GMT4
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 XML18 Sep 2007 02:42 GMT3
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 GMT1
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 question14 Sep 2007 08:55 GMT2
I use in my csharp code this xml:
<doc>
<item Id="1">
     <item>1</item>
Traverse Child Nodes13 Sep 2007 02:23 GMT4
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 Step12 Sep 2007 08:41 GMT2
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 GMT2
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 class11 Sep 2007 15:16 GMT2
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 nodes10 Sep 2007 14:26 GMT2
in my case I've got the following XML document:
<doc>
  <item>
    <foo>1</foo>
XmlTextReader Problem08 Sep 2007 13:31 GMT5
    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
Pages: 1 2 3 August, 2007
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.