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 / April 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
single quote in xpath08 Apr 2005 15:48 GMT1
 I've an xml like this..
        <REPORT>
           <ITEM name="Children's hospital"/>
           <ITEM name="AJ Hospital"/>
Reading Xml in DataSet08 Apr 2005 13:43 GMT2
Hi Guys ! I want your views on this
An xml file can be loaded into a dataset in the following ways:
XmlTextReader reader = new XmlTextReader("inrss.xml");
DataSet ds = new DataSet();
Getting attributes(I think) from XMLReader08 Apr 2005 13:41 GMT6
I need a few suggestions. I have the following XML segment:
<LookUp>
    <ControlType>CheckBoxGroup</ControlType>
    <DBField>LastMedDate</DBField>
How to loop thru XML Schema and retrieve s the element name07 Apr 2005 20:36 GMT2
I need a sample to retieve all the element names from a XML schema using C#,
I also total no of elements in the schema.
Problem with XML/XSLT and C#07 Apr 2005 09:23 GMT1
I have a web application that reads the contents of a web form and creates
an XML file from it.  Next it creates an HTML file using an XSLT file.
However, I sometimes get weird characters in my final HTML.  Is there a way
to fix this? Maybe an additional directive I can add here.
New parent node06 Apr 2005 16:01 GMT2
How do I add a new parent node to the existing nodes?
I have an existing XmlDocument object like this:
<item>
   <something>ABC</something>
copy xml file content06 Apr 2005 15:33 GMT2
How can I copy content of one xml file to a new one?
Thanks!
How to generate a schema from XSL? (Difficult)06 Apr 2005 11:05 GMT1
I am in a situation where I don't have access to an xml, say
"original.xml". But I do have the schema for it and an XSLT
transformation on it that would create a new xml from "original.xml"
called "transform.xml".
Create XML file06 Apr 2005 11:00 GMT1
Hello friends
I want to crete an xml file based on a sql server query, and using a
specific format that include current hour, current date, the user that create
the xml file.
Xpath request Pb06 Apr 2005 09:10 GMT2
   I get a XML content from a web services:
************************************************
<List DocTemplateUrl="DIEITIC/Forms/template.doc"
DefaultViewUrl="/dgafeie/DIEITIC/Forms/AllItems.aspx"
xpath problems05 Apr 2005 14:55 GMT7
I am trying to get all the elements that are inside the <group> tag in
this function and it doesn't work.
What is wrong with that?
private void populateTreeControl(
present attributes instead of a name05 Apr 2005 02:15 GMT1
Here is the code of the function I want to use:
private TreeNode CreateTreeNodeFromXmlNode(XmlNode node)
        {
            TreeNode tmptreenode = new TreeNode();
Serializing private members04 Apr 2005 16:53 GMT1
I have a class that contains user configuration settings
and I would like to save it on disk when program exits
and restore data when program starts. XmlSerializer seems
like a natural choice. And it works fine. There is only
CSV to XML, now to validate04 Apr 2005 16:29 GMT4
hiya,
I have a 3rd party function that converts a CSV to an XML doc.
I now need to validate the xmlDoc.I understand that I need a valid XSD for
the newly created xmlDoc, but the xmlDoc contains no schema definitions
xml node04 Apr 2005 10:58 GMT5
How can I get a xml node from a XmlTextReader?
Thanks a lot!
Pages: 1 2 3 4 5 6 March, 2005
 
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.