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 / December 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Web Services SDK - Where ? (WSDK )31 Dec 2003 01:36 GMT4
MSDN includes a some interesting pages about using the
Microsoft.com Web Service SDK, Version 1.0 at
http://msdn.microsoft.com/library/default.asp?
url=/library/en-
XML Schema Inherits30 Dec 2003 15:47 GMT1
Can one XML Schema Inherit another ?
Validating XML file30 Dec 2003 07:00 GMT3
I receive a XML file from a customer and want to use a schema for validating
the XML file. What I don't know how to do is, that I want to continue
processing this XML - file no matter if there is an error or not.
e.g. I have an element  <Code> which can contain values 1 to 9.
typed datasets and duplicated relations29 Dec 2003 21:37 GMT1
I'm struggling to create a typed data set (with xsd.exe) with 4 tables and 3
layers
orders -> Items
Items->ItemAtts1
Xml Dom .net bug???29 Dec 2003 17:45 GMT2
given a snippet from an XML message
...
<DATA name="John" value="23" />
<DATA name="Betty" value="71" />
XMLreader to text29 Dec 2003 17:07 GMT1
How do I read the entire XML text from an XMLReader ?
I just want to retrieve the XML string from a SQL SP formatted as XML.  I assumed the ExecuteXMLReader was the best option.  So whats the most streamlined process of getting the XML into a string ?
Thanks
Bill
Retrieve XML from DataSet without Schema29 Dec 2003 12:21 GMT1
Is there a way to retrieve xml document as xml string from a dataset without
its schema?
Regards,
Sarmad Aljazrawi
XPathDocument and retrieving xml string29 Dec 2003 03:43 GMT2
I load an xml stream into a xpathdocument type, compile a xpath expression
and select to specific node. I find the node and wish to return the innerxml
of that node. When I use value of the current node I get back the "values"
of the child nodes but no formatted xml which I need for ...
Writing CDATA data to XML29 Dec 2003 00:38 GMT3
I have a DataSet, which I'm writing into XML using the DataSet.WriteXML()
method. Now, I want to write the cell's data/text as CDATA, when it is
written into an XML. For example, I want the XML output as follows:
<root>
XmlRootAttribute ignored when serializing class from array26 Dec 2003 16:03 GMT1
I'm trying to solve an XML serialization problem that
appears to me to be be a bug with the XmlSerializer.  
Let's say I have a class that looks like this:
[XmlRootAttibute(ElementName="x"]
escapeOutput and webmethod24 Dec 2003 23:19 GMT3
  I aplogize if this has already been answered however I
couldn't find anything related to this...
I have bunch of webservices written in vb.net returning
native data types, due to constraints of the client I need
Can XML describe different hierarchical data?24 Dec 2003 08:08 GMT1
I want an XML file to describe hierarchical data where each node is
different.  Each node will contain different and varied other nodes.
Describing this in an XML file would be easy but I'm having a problem
with this as related to DTD or XSD.
XMLREADER or XMLDocument???24 Dec 2003 08:00 GMT2
How do I read the attributes of this XML? I have a page with text boxes that
i want to read
these values in. notice there are 2 Parameter tags with the same attributes.
Code would help
What is the right way to create xml from dataset in C#? thanks!24 Dec 2003 07:50 GMT5
In my code, I use this code to create a xml string and then load it into a
xmldocument.
for(int i=0;i<sqlReader.FieldCount;i++){
rowxml+="<"+sqlReader.GetName(i)+">"+(!sqlReader.IsDBNull(i)?sqlReader.GetVa
Trying to validate XML w/ an XSD..23 Dec 2003 08:18 GMT1
I'm trying to validate an XmlDocument with an XSD schema,
and I'm getting the following error:
Could not find schema information for the
element 'month'. An error occurred at , (1, 40).
Pages: 1 2 3 4 5 6 7 8 9 November, 2003
 
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.