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 / September 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Problem with ValidationEventHandler30 Sep 2008 11:44 GMT3
I've got a xml file and xsd with only one namespace -
xmlns:media="http://search.yahoo.com/mrss". When I'm getting the rss
feed for example from Youtube there're also others namespaces such as
xmlns:atom or xmlns:yt. When I'm trying to validate this Xml with my
XMLTextWriter and XMLTextReader27 Sep 2008 23:34 GMT1
I am looking for a way to open an xmltextwriter to append to an existing
document.  Currently I rename the existing document, then I created new one
and copy over all the existing documents nodes.  I would rather avoid
renaming the files.
create xml document based from schema26 Sep 2008 12:47 GMT6
I have the following schema. I need to know how to make an xml document
based from it. The main worry I have is the DateTime field.
<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
XmlNode.HasChildNodes25 Sep 2008 13:41 GMT1
I have the following issue. I'm trying to read to following XML doc.
<Main>
 <Submain>
     <SubField1/>
XML <-> object mapping tool?25 Sep 2008 06:14 GMT2
Hi;
I have a small XML file that I need to read/change from my app. Is
there some easy way to map from XML to my objects so I can just read
it in to my objects, change the objects as needed, then write the
Using 'LIKE' with XML Data23 Sep 2008 13:13 GMT5
I keep some notes in a small XML data file and would like to be able to
search them.
I am building a filter string:
filterString = string.Format("{0} '%{1}%'", "SELECT * FROM " + m_TableName
Handling multiple schemas and large files in XML23 Sep 2008 06:53 GMT2
I hope that this is the correct place to post this question.
I'm looking at developing an application which will enable me to import
and process some data that is made available to me as XML.
One complication is that the providers of the data have published two
Formatting XmlTextWriter Output19 Sep 2008 17:54 GMT13
// I want this format...
<rss version="2.0"
       xmlns:dc="http://purl.org/dc/elements/1.1/"
       xmlns:media="http://search.yahoo.com/mrss/">
troubleshooting XSLT performance17 Sep 2008 17:39 GMT4
I am using .Net 2.0 to run an XSLT process.
It basically takes a word XML document at it's input, plus a separate XML
file opened using the document() function and applies changes to the word
document on the basis of the secondary file.
Transforming XML from Data Objects12 Sep 2008 12:30 GMT1
I have a collection of data objects that are based on my application's
data model. I want to be able to serialize this data to different XML
formats (schemas) for use by different consuming applications. For
example, I want to generate XML from the data one way for
How to read XML file without "Root" Node10 Sep 2008 16:30 GMT2
Try to read following type of XML file, but only get data back on first
node:
 <log id="1234">
   <message type="Action"/>
feedback please08 Sep 2008 17:13 GMT3
Hi all;
Since everyone here is great about feedback - what do you think of
this design for an XPath wizard? This is for people who span the gamut
from barely know what an XML file is to programmers.
XPathNavigator.Matches doesn't work as I expect06 Sep 2008 08:59 GMT4
I cannot guess, why some XPath expressions in my code returns false and some
even errors, while the others returne true as I expected. I'am workin with VS
2008 Express Edition.
Dim xEl As XElement = <root><child1><child2/></child1></root>
Validation ignores fixed attribute04 Sep 2008 18:48 GMT4
hi @all,
I'm trying to validate a XML against a schema using the example from the
MSDN:
http://msdn.microsoft.com/en-us/library/system.xml.xmlreadersettings.validationt
ype.aspx

 
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.