all groups > dotnet xml > july 2006 > threads for july 29 - 31, 2006
Filter by week: 1 2 3 4 5
need help to figure out what to do with this XML
Posted by Bill Nguyen at 7/31/2006 4:15:12 PM
I ran into errors trying to open an xml file in IE with content as below.
I need to access this file using ReadXML in .NET but do not where to start.
Can you please tell me what XML files I may need to have access to (DTD, for
example)
Thanks a million!
Bill
-------------------
<?xml... more >>
Writing xmlns using WriteAttributeString
Posted by dhurwitz at 7/31/2006 6:17:02 AM
I am trying to create an XML spreadsheet for use with Excel. I first saved a
simple spreadsheet as an XML file, and now I am trying to recreate that file
in code, using .NET 2.0. The beginning of the XML file should look like the
following:
<?xml version="1.0"?>
<?mso-application progid... more >>
Classes generated by XSD.exe
Posted by David Jessee at 7/31/2006 4:33:01 AM
I have a schema that I've used to generate a class structure vis the xsd.exe
utility. I'm having to manually validate the resultant XML since the
resultant document is not necessarily compliant with the structure defined by
the original XSD.
Here's what I'm wondering, though.....
I have a... more >>
XML Serialization, collection with parental links
Posted by Oleg.Ogurok NO[at]SPAM gmail.com at 7/30/2006 1:43:08 PM
Hi there,
I'm writing a custom collection, which will be referened within a
class. Each item within the collection needs to have a link to the
parent container class, e.g.
Item x;
Container c = x.ParentContainer;
I basically got the idea from ControlCollection class, where each
control ... more >>
Need Help with INI app
Posted by Bob Heitzman at 7/30/2006 1:10:01 PM
I need to store data in, update, and read data from an XML file.
An INI structure worked fine:
[Zone 01]
a= 123
b= xyz
c= etc
[Zone 02]
.....
I've been look around the net and cannot find a simple comprehesive example
on how to convert this to VB.Net and System.Xml. Biggest proble... more >>
XslCompiledTransform load compile error
Posted by andrewcw at 7/29/2006 8:53:01 PM
I am moving some code forward from .NET 1.1. I was able to load the XSL file
and perform the transform. The MSDN documentation looks like it should be
easy. But I get a compile error. Ideas ? How can I share my XSLT ( there
are 2 helper stylesheets, and I check that they are also available... more >>
Deserialize object from one line of XML
Posted by Thomas S at 7/29/2006 5:04:50 PM
Any suggestions on how to deserialize an object from one line of XML?
I'm trying to deserialize multiple objects from one XML document, each
object on one line of the file. The serialization is working, but when I
try to read the line back into a MemoryStream, and then to deserialize from
... more >>
XML serialization via XmlWriter creates 3 weird bytes
Posted by Thomas S at 7/29/2006 4:51:52 PM
I want to serialize an object via XmlWriter, but when I serialize to that, 3
strange bytes are added to the beginning of the output (0xEF, 0xBB, and
0xBF) all of which are in the ASCII range (ASCII 239, 187, 191)
public static void writeLogItem(LogItem ilog, string lfile)
{
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|