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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
inserting record into an xml doc using datagrid31 Aug 2005 16:26 GMT1
I have the following for a datagrid that inserts a row into an xml
file.  It works great, but inserts the data to a new top-level node.  I
don't know how to specifiy an existing node for the inserted item:
   void DataGrid1_Update(Object Sender, DataGridCommandEventArgs e) {
Remove XML Node31 Aug 2005 16:08 GMT2
Have somebody a brilliant idea how to remove a nodelist in a XML
document? (With C#)
I have this xml file,I want delete the stock nodelist when an user
don't have permissions to see stocklist of that location.
Details about XmlHttp31 Aug 2005 13:38 GMT1
This is sajid. I want to use XmlHttp for refreshing a part of the web
page. But i dont know much about XmlHttp.
Any project that is using XmlHttp for doing similar thing will help me
understanding more about that...could you please tell anything about
Embedded HTML tags in XML data31 Aug 2005 08:50 GMT2
I have queries that bring back recordsets from SQL 2000 that are being
converted to XML for display using XSLT templates.
The issue is that some of the verbose text has embedded <BR> tags.  These
tags are being displayed on line.  The end user does not want to see these
how to make sure a xsl document has valid xsl syntax? i tried loading it into an xml document but that doesnt show syntax errors inside attributes such as "foo/bar" vs "bar\foo"31 Aug 2005 08:50 GMT2
how to make sure a xsl document has valid xsl syntax? i tried loading it
into an xml document but that doesnt show syntax errors inside attributes
such as "foo/bar" vs "bar\foo"
HTML to XML conversion31 Aug 2005 08:41 GMT2
I'm trying to create a Learning Object Repository to store learning objects
(obviously!). My question is how do I convert HTML pages to XML and then
store them in a database and then generate HTML/XHTML pages on the fly and
display it to the client  from the stored XML files.
XML into DataSet - How to nav through Data31 Aug 2005 06:37 GMT1
Hi.  I need some help.
I have an xml file what will contain hundreds of groups and will have an associated xsd.
My overall goal is to have a web application that allows a user to input a groupID from a webform, the application will than find
that groupID in the xml file and display ...
How to use schema validate xml file?31 Aug 2005 02:43 GMT5
I have created my schema format(xxx.xsd) for my xml files, but how can I
use it validate my xml files?
in C# how do i transform an xml document with an xsl document when my xml document is a string and my xsl document is a string? the msdn examples only show how to do it with steams and files. in my case i have everything in string31 Aug 2005 01:46 GMT1
in C# how do i transform an xml document with an xsl document when my xml
document is a string and my xsl document is a string? the msdn examples only
show how to do it with steams and files. in my case i have everything in
string
xpath against dataconfiguration.config30 Aug 2005 20:01 GMT2
I posted this question earlier today to microsoft.public.dotnet.vb.general
and microsoft.public.enterprise.tools.  My apologies if anyone reading this
has seen the message already.  I only just came across this forum while
searching again for the right place to post my question.
traverse xml document nodes - SelectNodes()30 Aug 2005 18:27 GMT3
I have the following code that uses xquery to return search results
from an xml doc.
dim xmlString as string
xmlString =
ReadOuterXml Locks Up30 Aug 2005 15:07 GMT4
The following code snippet seems to successfully read the first
outerxml but on the second time in the loop it locks up.  Can anyone
see why?
Thanks
How to add XmlElement with a namespace30 Aug 2005 12:56 GMT3
I have problem with creating xml document with a namespace:
XmlDocument xmlDocument = new XmlDocument();
XmlElement rootElement = xmlDocument.CreateElement("foo");
xmlDocument.AppendChild(rootElement);
Parameters in XPath Query .30 Aug 2005 11:58 GMT1
I have a following xml file :
<Bitmaps>
 <BITMAP id="1">
 <BITMAP id="2">
The same table 'All' cannot be the child table of two nested relat30 Aug 2005 09:57 GMT3
Using VS2005 beta 2, I have an xsd provided by a vendor that I want to make
into a strongly typed data set.  In VS 2003 the MSDataSetGenerator tool gives
a similar error, which I was told was to be fixed in VS 2005.  And in fact
the xsd tool does now correctly process the .xsd ...
Pages: 1 2 3 4 5 6 July, 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.