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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
problem with XmlDocument.Load Method (Stream)14 Nov 2005 20:27 GMT4
I have a problem, while retrieving xml data through network. I use
Load(Stream) method for this, but this doesn't work:
NetworkStream ns = client.GetStream();
StreamReader sreader = new StreamReader(ns);
passing param to xslt styleseet problem14 Nov 2005 15:03 GMT7
The code below worked in VS 2003 & dotnet framework 1.1 but now in VS 2005
the pmID is evaluated to "" instead of what the value is set to:
...
xmlItems.Document = pmXML
Best wa to Read, Write/Create XML-Files14 Nov 2005 12:18 GMT1
I have to solve the following task:
- create an editor-application in c# to read, modify and create
xml-files
- .xsd-schema-file is available and can be used
Decreasing size of XMLSerilaized Payload14 Nov 2005 12:14 GMT1
Does anyone have any tips/hints for reducing the size of the XML produced?
I can think of a couple:
1. Use XmlAttributeAttribute to save space
2. Used XmlIgnore for properties that are calculated rather than reference
XmlDocument Performace & XmlWriter namespace oddity13 Nov 2005 21:01 GMT4
Hi, 2 questions....
1. I'm parsing an XHTML document that contains both the default namespace
(xmlns="http://www.w3.org/1999/xhtml") and a custom one (xmlns:r="...") -
both of these being attributes of <html>. When I then insert new XmlNodes
XslTransform - Receiving 'System.Xml.Xsl.XsltException: Missing mandatory attribute 'version'13 Nov 2005 19:09 GMT2
I'm receiving:
'System.Xml.Xsl.XsltException: Missing mandatory attribute 'version'
After I try and run my transformation.  I spent a good few days coming
up with the appropriate (I think) methods, and overrides for this task.  
Migrating XSL stylsheets with msxsl:script from MSXML4 to System.X13 Nov 2005 08:48 GMT3
I am having problems trying to migrate our MSXML4-compatible stylesheets
containing large msxsl:script blocks to a formate understandable by
System.Xml:Xsl.XslTransform. I keep getting JS1135 errors saying that some
variable was not declared. This scripts worked perfectly with ...
Etherreal not capturing calls to localhost 13 Nov 2005 01:09 GMT2
I have been using Ethereal to capture and view the XML messages being
passed back and forth from my web service client to my web service.
When calling the service over the internet, I choose my network card
connection to the internet in Ethereal and it captures all the traffic
XmlReader to XmlTextWriter without XmlDocument12 Nov 2005 00:36 GMT8
Im currently using the following code..
XmlDocument xmlData = new XmlDocument();
XmlTextWriter xmlwriter = new
XmlTextWriter(Response.OutputStream,System.Text.Encoding.UTF8);
RemoveNode12 Nov 2005 00:25 GMT1
What is the fastest way to do the following, using System.xml v2.0?
System.Xml.XmlDocument document = new System.Xml.XmlDocument();
document.Load(@"test.xml");
System.Xml.XmlNodeList Nodes = document.SelectNodes("xml/foo/bar");
xpath11 Nov 2005 16:02 GMT1
Here is my xml:
<?xml version="1.0" encoding="utf-8" ?>
<course id="2555" title="Developing Microsoft .NET Applications for Windows
(Visual C# .NET)" length="5 days"
XmlSerializer and ISerializable11 Nov 2005 04:47 GMT1
Can I control XmlSerializer's serialization/deserialization process by
implementing ISerializable on the class I'm serializing?  I'm doing exactly
this with the SoapFormatter and I was wondering if it is the same for the
XmlSerializer.
Request.InputStream to multiple xmlreaders10 Nov 2005 19:00 GMT1
XmlTextReader requestdata = new XmlTextReader(Request.InputStream);
XmlTextWriter xmltextwriter = new XmlTextWriter(somefile,someencoding);
XmlTextWriter xmltextwriter2 = new
XmlTextWriter(somefile2,someencoding);
Deleting XML Record from Dataset removing table?10 Nov 2005 01:39 GMT1
When I delete the last record from my dataset and then WriteXML() to the
file; the Table itself, in the xml file, is removed.  I need to prevent the
table structure from being deleted if there are no more records to be
written to the XML file from the Dataset.
Getting to an attribute.09 Nov 2005 15:28 GMT4
I have a service that I call that returns back a XmlNode type. I need to get
to an attribute value and would like to use the GetAttribute method (because
it takes a string). However, XmlNode  (or XmlElement) does not have that
method. They have the attributes collection with the ...
Pages: 1 2 3 4 5 6 October, 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.