all groups > dotnet xml > june 2005 > threads for june 29 - 30, 2005
Filter by week: 1 2 3 4 5
XmlSerializer XmlTextWriter UTF8 and Bad Characters
Posted by rmgalante NO[at]SPAM yahoo.com at 6/30/2005 2:18:40 PM
I have a Windows Service that reads and writes an XML file to disk
periodically. I use the XmlSerializer to serialize and deserialize the
XML file on disk. I am writing the file using an XmlTextWriter and UTF8
encoding.
I notice after long periods of time that my file has bad,
non-displayable... more >>
XML with chinese character problem
Posted by Agnes at 6/30/2005 12:00:00 AM
In my .net ,i need to generate an xml file , however, user may input a
chinese character, Then , the xml will got something unknow characters. the
following is my code, Does anyone know how to solve it ??
Private Sub Init()
With AMSXML
..Formatting = Formatting.Indented
..Indentation = 4
.... more >>
strategies for making elements unique
Posted by Lisa at 6/29/2005 11:58:01 PM
I have to work with an existing xml where there is a root element and all
other elements are children of the root (in other words there is no nesting
or hierarchy), e.g.
<myroot>
<A>adata</A>
<B>bdata</B>
<C>cdata</C>
<A>otheradata</A>
</myroot>
Unfortunately there are a lot of ... more >>
xml element's schema context
Posted by Jan Limpens at 6/29/2005 12:43:53 PM
Hi,
given a schmea and the currently selected element (via XPath) of a
XmlDocument that uses this schema, I want to allow a xml editor to give
the user a choice of possible ChildNode Elements. Pretty much the way
Visual Studio's Xml intellisense works.
I am quite unsure, which path to take.... more >>
Create a .net 2.0 settings file problem
Posted by Danny Springer at 6/29/2005 7:44:04 AM
I am trying to create the following xml file with VS 2005:
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile
xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings"
CurrentProfile="(Default)" GeneratedClassNamespace=""
GeneratedClassName="Extra">
<Profiles>
<Profile N... more >>
Xml Binding Question
Posted by Raed Sawalha at 6/29/2005 6:13:04 AM
the first thing I searched the internet is what is the XML Binding?
also while I;m reading the eSCORTE4js for SCORM i noticed the following
comment
// these functions handle the conversion to/from the IEEE 1484_11_3 XML
binding values
what this means?
... more >>
XML datasource
Posted by Stanislaw Tristan at 6/29/2005 12:00:00 AM
SSBoYXZlIGEgVlMgMjAwNSBiZXRhLg0KSG93IEkgY2FuIGNyZWF0ZSBhIFhNTCBkYXRhc291cmNl
IGluIGRlc3Vnbi10aW1lPw0KDQotLSANClN0YW5pc2xhdyBUcmlzdGFuDQpJUCBQcm90ZWN0aW9u
DQpLeWl2LCBVa3JhaW5lDQpFLW1haWw6IGFkbWluQHplc3RhZC5jb20NCldFQjogd3d3Lnplc3Rh
ZC5jb20=
... more >>
|