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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
XML Schema question from a newbie26 Oct 2005 18:12 GMT1
I received an XML Schema in order to create some documents, but inside
it there is a definition that looks mistaken:
<!-- INFO is a name-value pair -->
 <xs:element name="INFO">
Baffling READXML problem26 Oct 2005 17:43 GMT2
I have a well-formed XML file that I am trying to load into a dataset
using the ReadXML method.  It keeps telling me that "there are multiple
root elements".  I can view the data using XML Designer in Visual
Studio 2003 without any problems and the schema and file have been
how to generate xml schema with UTF-8 instead of UTF-1626 Oct 2005 13:24 GMT1
I am writing code with C# to generate xml schema, however, the
following code generate a UTF-16 in the first line. This will create
some problems. How can get the code/missing what part of the code in C#
to generate a first line with UTF-8 instead of UTF-16? Thanks,
Deserializing xs:choice with xs:sequence problem26 Oct 2005 06:29 GMT2
If I define my schema as
<xs:choice>
<xs:sequence>
 <xs:element ref="el_1" />
Xml Versioning Tool26 Oct 2005 04:05 GMT1
I've been tasked by my boss to write a tool that will update an xml (soap)
file such that when the structure of the object which we're persisting to
the soap file changes, my tool will apply the appropriate updates to bring
the soap file up to the version of the code before the ...
How to insert a node at a specific location in XML Doc25 Oct 2005 13:51 GMT4
Let's say I have the following XML document:
<ROOT><Element1>Some Text</Element1></ROOT>
I want to add a new element after Element1. I tried the following but,
naturally, it doesn't work:
problem compiling xsd with xs:choice node24 Oct 2005 20:39 GMT4
As part of my schema I need to ensure that at least one of two fields have
values. I defined my schema as follows:
...
<xs:choice>
xsd schemas - how to...24 Oct 2005 20:21 GMT5
I have to specify that a person needs to have at least one out of three
phone elements:
<Phone type="home"/>,
<Phone type="work"/>,
Linked Schemas in a SchemaCollection24 Oct 2005 03:40 GMT4
(Posted to microsoft.public.xml originally, then realised this was a
better place for it)
I've got three schemas I'm trying to add to a schemacollection so that
I can validate a series of documents.  The schemas are going to be held
Navigating through XML Documents 23 Oct 2005 16:48 GMT4
Hi ,
I use VB.net to work with XML database,I need to use a DocumentNavigator
class to navigate in XML document, I need to use MoveToChild/MoveToParent
there the problem is that i don't know how to load this DocumentNavigator.
Return DISTINCT ProcessID nodes23 Oct 2005 09:34 GMT5
I have the following XML file.
Now I am using the code below to return the number of disticnt
ProcessID's in the XML file.  The result being returned is the
'System.Xml.XPath.XPathSelectionIterator', while the result should be
XMLDocument.WriteXML question23 Oct 2005 08:58 GMT1
hello i have to know if the writeXML process is a blocking process.
Other mean if i write
doc.WriteXML();
int i = 0;
There is an error in XML document 21 Oct 2005 22:26 GMT2
I am creating a web client in c#.
I use the "Add a Web Reference" wizard to read a WSDL file, then I
simply call the method for the remote service.
I get the floowing error returned when I make the call.:
Write javascript21 Oct 2005 21:45 GMT2
How can I dynamically embed the content of a filename.js into a  .aspx page
before rendering it to the client?
Thanks,
~yamazed
XmlSerializer/XmlTextWriter all data on one line21 Oct 2005 21:17 GMT2
I'm an XML newb.
I'm serializing a class and when I inspect the xml file, all the data is on
one line rather than being nested and indented
Is that normal?
Pages: 1 2 3 4 5 6 7 8 September, 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.