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 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Removing a bunch of nodes23 Sep 2004 12:06 GMT3
What is the best way to remove a collection of nodes? For example the
following XML:
<topic>
   <title>Foo</title>
To access a particular node in XML22 Sep 2004 17:46 GMT4
I'm newbie to xml and C#.
I have one XML file with the following content:
<Store>
    <Book id="1" >
Xml serialization/deserialization22 Sep 2004 15:25 GMT2
Suppose I have a RootObject which holds a collection of other objects.
The other objects have a property (Parent) which refers back to the "parent"
collection (b.t.w. my collection is based on CollectionBase), in similar
fashion as the object models of MS Office.
encoding xml genned by the getxml method of a dataset22 Sep 2004 13:15 GMT1
I have a basic question about xml encoding and predefined characters
in xml.  I know that characters such as "<" get encoded to &lt;  My
question is when does this actually happen?   I'm using the getxml()
method of a dataset to build my xml, but before I send it to the
free memory22 Sep 2004 13:12 GMT6
The system.xml.xmldocument does not implement a method to dispose() or
otherwise free the memory after instantiation.
Another discussion thread concludes that everything is handled
automatically though garbage collection once memory runs out !! (this
Converting a string date field/node in an XML document to Date type in a dataset22 Sep 2004 05:37 GMT1
I am having problems with Date Strings when using VS.net method of
converting an XML document to a dataset.
I need the the date nodes to be of date type. As I  am loading the
Dataset to a datagrid, and I using the sort facility to sort by date.
Writing the Xml Declaration Using XmlDocument22 Sep 2004 02:55 GMT3
 Is there a better way to include the XML declaration than the following?
           XmlDeclaration dec
=m_XMLDocument.CreateXmlDeclaration("1.0",string.Empty, "yes");
           m_XMLDocument.InsertBefore((XmlNode)dec,
XmlSchema.Compile() method22 Sep 2004 01:03 GMT8
I am trying to load a XML schema which includes other schemas by using the
XmlSchema.Read and XmlSchema.Compile() methods, from the .NET v1.1
documentation, there is overloaded Compile() method that takes a XmlResolver
parameter
XmlValidatingReader gives errors from inline schema21 Sep 2004 18:09 GMT1
I do have a dataset which I use to write a XML file with inline
schema. A second
application should use a XmlvalidatingReader to read the xml file
again.
How to deserizliaes multiple records from SQLXML?21 Sep 2004 16:43 GMT4
 When I read my sqlxml results into a reader and deserialize it, I only get
the first record deserialized into my object.
If I have five records, they're all in the reader.  But how do I get access
to all of them via an object or objects?
Problem add Web Reference for CSTA WSDL21 Sep 2004 16:00 GMT6
I am trying to create a Web Reference for CSTA using the URL
http://www.ecma-international.org/standards/ecma-348/csta-wsdl/csta-wsdl-all-ope
rations.wsdl

Visual .Net complains that:
"
XPath query problem.21 Sep 2004 13:44 GMT1
I'm trying to locate one node in the following XML:
<?xml version="1.0" encoding="utf-8" ?>
<ROUTINES>
    <ROUTINE name="TA14">
XmlSchema include question.20 Sep 2004 19:25 GMT3
I have 2 schema, for argument sake let's call them child.xsd and parent.xsd.
I define all my types in parent.xsd and the child.xsd include the parent.xsd
using the following tag:
<xs:include schemaLocation="http://localhost/xsds/parent.xsd"/>
customize xml created from dataset20 Sep 2004 17:28 GMT1
i've successfully write my xml from a  dataset schema ....
thanks for support ...
now i need to set properly this parameters ...
<?xml version="1.0" encoding="iso-8859-1" ?>
XML parsing in C#20 Sep 2004 08:35 GMT1
I have a XML file like as follow
<?xml version="1.0" encoding="UTF-8"?>
<NeuStarLSRReport>
    <NeuStarHeader  fromDate="09/10/04" toDate="09/13/04"
Pages: 1 2 3 4 5 6 7 8 August, 2004
 
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.