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 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Problem converting from MSXML2 to MSXML4 in C#31 Oct 2008 13:02 GMT1
I had a piece of code working fine with MSXML2 (it does an open get
and then a send, returning the webpage of the url in the get) but my
server is hosted by a company that uses MSXML4 - help?
I added a reference to MSXML4 - I right clicked on my project name ->
subclassing xmlReader issues30 Oct 2008 09:50 GMT4
I have created a subclass of xmlReader and was passing that in to
XPathDocument and using that XPathDocument instance in my
xslCompiledTransform transform() method.  Something about my reader causes
the xslCompiledTransform to behave differently in reading xml attributes
[ANN] VTD-XML extended edition released28 Oct 2008 19:40 GMT-
The Java version of extended VTD-XmL is released and available for
download.
This version supports 256 GB max file sizes and memory mapped
capabilities.
Can someone help me to understand schema locations?28 Oct 2008 12:26 GMT4
I have this xml:  
[xml]
<Report  p1:schemaLocation="Data_Feed
http://server/reportserver?param1=foo&param2=bar"
SelectNodes not working like I thought it would24 Oct 2008 18:24 GMT2
I've been trying to teach myself XML.  I have an XML file with contents like
this (from a play):
<SPEECH>
<SPEAKER>SLY</SPEAKER>
InnerXml and PreserveWhitespace24 Oct 2008 17:06 GMT4
Hi...
I just noticed something that seems counter-intuitive to me.  By default an
XmlDocument is set with PreserveWhitespace=false.  This means that
XmlDocument.Load() or .LoadXml() will strip/condense non-semantic whitespace.
Issue selecting the correct nodes24 Oct 2008 16:44 GMT1
Hi, I should probably start with my XML as it makes it easier to
explain the problem.
<?xml version="1.0" encoding="utf-8" ?>
<aa note="top level">
Adding attributes to a node23 Oct 2008 17:23 GMT11
I’m trying to add the following attributes (xmlns:xsi and xsi:type) to a node
(Grantee) like the following:
           <Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="Group">
Space problem with .NET 2.022 Oct 2008 12:12 GMT1
I am loading an XML file and applying the XSLT using .net 2003 (C#). XSLT
will add Space character in the xml. I am using the entity value for space
character &#32. it works fine in .net 1.1 whereas in .net 2.0 the space
character is not showing up in the xml at all. Any idea why ...
How to obtain a utf-8 string from an XmlReader?20 Oct 2008 19:54 GMT3
I'm trying to convert the xml obtained from a XmlReader object into a UTF-8
array. My general idea is to read the XmlReader and write into a
MemoryStream. Then convert the MemoryStream bytes into utf-8.
 MemoryStream ms = new MemoryStream();
Error Serializing a Wrapped SortedList16 Oct 2008 16:02 GMT2
I'm using VB.NET 2002 on Windows 2000 Pro and am having trouble serializing a SortedList.
This is my class:
<Serializable()> Public Class clsGoodFiles
       Inherits SortedList
XmlSerializer not reading some attributes with redundant explicit namespace15 Oct 2008 14:14 GMT2
I'm trying to use annotation-based automatic XML serialization of my
.NET-classes in order to exchange XML with other platforms. So far my
class looks like this:
[XmlRoot(ElementName="thing", Namespace="http://eins")]
How to insert and query nodes?14 Oct 2008 12:33 GMT4
I need to use XML to store some log data and then query that data.  I'm
struggling with the right terminology, which is hindering my ability to
successfully search for a solution.  Thanks in advance for your help!
Two questions:
how to eliminate whitespaces from an XML file11 Oct 2008 14:39 GMT2
we have written a  C# program which generates an XML file from a
Client computer and this file is being transfered to the Server
side(using Socket programming). at the Server side we are first
extracting the data from the XML file into a Dataset and using the
WPF xml09 Oct 2008 13:38 GMT1
I'm using WPF with net 3.5 to load the ItemsSource of a combo box from an
xml file.
The xml is setup like this:
<profiles>
 
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.