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
XMLReader - nodes not found15 Aug 2005 01:48 GMT1
Task: To Read an XML document and handle data contents in .NET for new
processing
Request: Any details on how to read an XML document processing all
nodes and content in .NET
The root element is missing13 Aug 2005 18:58 GMT3
Does anyone know how to solve this error? I dont know where it went wrong.
Any help would be appreciated .Thanks
ERROR
______
How to Write XML document by reading .XSD File13 Aug 2005 01:40 GMT2
I would like to Write XML document by reading .xsd file using
vb.net/c#.net.
May be this Question has been answered earlier.
Please if anyone knows the link or example let me know.
Line number information in XmlDocument?13 Aug 2005 01:02 GMT1
Is there a way to get line number information from an XmlDocument object?
As
I work with the various elements in the XmlDocument, I want to be able to
refer to the line number.
how would I store the XML12 Aug 2005 15:09 GMT1
I am making multiple web service calls from a single ASPX page, th
return from those WS calls are XmlDataDocuments. I am trying to make
decision on where I should store the info (i.e., SQL, new xml file
stored on web server, in memory Session objects, State Bag, etc.)
Help on XML Explicit12 Aug 2005 14:55 GMT1
Hello, I am starting to work with XML Explicit. I am having problems
with the tags and the level they generate in.
Can anyone please help me, for I have looked aroung and it seems that I
am doing everything fine!!!
ReadXml for DataSet chokes if the root element has an attribute?12 Aug 2005 14:41 GMT4
I have an easy xml document, for example:
<pics>
 <pic name="foo">
 <pic name="bar">
Invalid Characters Error calling XmlDocument.Load() when an XML Attribute value contains Chinese Characters12 Aug 2005 12:29 GMT1
I am unable to load an xml document that contains Chinese characters in
an attribute value. I need to load the document into and XmlDocument
object and am using the XmlDocument.Load(string filename) method. I get
an error that says the document contains invalid characters. The
xmlns="" in created elements11 Aug 2005 20:19 GMT5
In the XML document I'm trying to create I do the following
elem = _doc.CreateElement("Author");
elem.InnerText = "something";
parentElem.AppendChild(elem);
Cannot use a prefix with an empty namespace exception11 Aug 2005 18:03 GMT1
I'm trying to create an XML document that can be opened in Excel. I have some
simple code that ... eventually does the following
elem = _doc.CreateElement("Style");
elem.SetAttribute("ss:ID","Default");
Large xml file10 Aug 2005 18:40 GMT4
I'd like to know what's typically considered a large xml file?  Are we
talking about a file that's measured in kilobytes or megabytes and
beyond?  Where do we begin to consider an xml file to be a "large" file?
Also, for small xml files and assuming that you want to perform an xsl ...
ReadXml inference rules?10 Aug 2005 03:56 GMT1
Is there any documentation that explains the rules used by
DataSet.ReadXml for creating columns and rows?
How to handle apostrophe in xml09 Aug 2005 20:53 GMT2
I am calling a web service that returns the characters &#39; wherever
an apostrophe occurs in my xml results.  This is through SharePoint.
For
instance, if I have the text Today's News I get Today&#39;s News.
Getting file size09 Aug 2005 16:16 GMT2
Does anyone know how to get the size of an xml file using VB.NET?  I
haven't the slightest idea where to begin.
Thanks,
Roshawn
XslTransform return Xml.InnerText09 Aug 2005 08:46 GMT1
Getting crazy with the XslTransform Class.
I'm trying to transform an xml string with an xsl string with the
following code :
'Create the XslTransform object and load the stylesheet.
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.