all groups > dotnet xml > august 2003 > threads for august 22 - 28, 2003
Filter by week: 1 2 3 4 5
Parse OK with DomDocument fails with XMLDocument
Posted by bonei NO[at]SPAM vafb.com at 8/28/2003 6:56:38 AM
I have an XML doc that parses OK with DomDocument from MSXML2,
but it fails with XMLDocument in DotNet.
The error says something about mismatching opening and closing tags.
Any tips?
Thanks,
Brian... more >>
Not persisting an element
Posted by jlea at 8/27/2003 5:53:09 PM
Is there an option in the schema definition to indicate that when xsd.exe
generates classes for the schema that a certain element will not get
serialized to and from XML? In other words, I would like to have a variable
end up in a C# generated class that I can access from applications but not
ha... more >>
Binding PREVIOUS and CURRENT data to VB form via single XML file
Posted by Andy Wells at 8/27/2003 2:49:08 PM
I'm using VB.NET and I have an application that binds a schema to the main
form's controls, and the user has the ability to load an XML file through
the schema and into the bound form. [CODE POSTED AT END OF MESSAGE]
My problem is this: the schema contains an element called "TRENDED" and it
h... more >>
XslTransform throws exception when output is an XML fragment
Posted by John Meyer at 8/26/2003 1:54:18 PM
I have an application where I create an xml fragment using
an XslTransform object. However, if I use the following
output method,
<xsl:output method="xml" version="1.0" encoding="UTF-8"
indent="no" omit-xml-declaration="yes" standalone="no" />
some of my transforms fail with the followin... more >>
XML Comment documentation
Posted by WALDO at 8/25/2003 11:49:54 PM
Where can I find some documentation on creating XML comment files. I would
like to know the format/conventions for creating them.
... more >>
XmlDataDocument/Dataset
Posted by Peter Feakins at 8/25/2003 4:50:00 PM
We're building some web services that are primarily being consumed by a .net
application. We're returning datasets for that purpose. We're also have to
provide access to these services to classic asp pages. To do this we're
returning a XmlDataDocument ie
Public Function GetDataAsXml(...)
... more >>
xlinks and SVG
Posted by James Westgate at 8/25/2003 4:39:45 PM
Hi All,
We are creating xml SVG documents on the fly in VB.NET, an XMLDocument
obejct and need to create a <use/> element e.g.
<use xlink:href="#id" x="100" y="100"/>
To create this element, we use the CreateElement method and then the
SetAttribute method on the new element. eg
objnew.... more >>
Creating one xml doc from mutliple strings selected from database
Posted by Kathy Burke at 8/25/2003 12:48:59 PM
Hi, tried this a few weeks ago, but still need some help.
I have a simple database table, fields: Customer, WorkOrder, xmlDoc.
The xmlDoc fields contains a small blob of xml data, such as:
<WorkOrder>
<ProductID/>
<OrderDate/>
<ProductGroup>
<SerialNo/>
<SerialNo... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Xml-Grid for editing NodeList
Posted by Heinz Willi Wiedow at 8/25/2003 11:02:35 AM
Hey XML-Guys,
I'm playing now for a couple of days with C# and XML.
In earlier threads a mentioned that I develop smaller Web-Applications.
Therefore I want to edit and add new nodes to my Xml-Documents.
To use a DataSet is not very handy because if the data is to complex it
all... more >>
Serialize arraylist with class
Posted by Jonah Olsson at 8/25/2003 12:18:28 AM
Hello guys,
Is there any way to serialize the following? Or do I need to create a new
class called Languages that inherits Language?
<Serializable()> _
Public Class Language
Public LanguageName As String
Public LanguageCode As String
Pub... more >>
XSD.exe handling of mixed content types in generate classes?
Posted by Bill Cohagan at 8/24/2003 1:20:26 PM
I'm trying to generate class definitions from an XSD that contains something
like:
<xs:complexType name="foo" mixed="true">
<xs:choice minOccurs = "0" maxOccurs="unbounded">
<xs:element name = "bar" type = "something"/>
...
<xs:element name = "baz" type = "someth... more >>
Xmlt and xml closing tags
Posted by Heinz Willi Wiedow at 8/24/2003 10:13:07 AM
Hey XML-Fans,
I transform some XML-Files with XmlT to html.
I want to have a DOCTYPE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Now I have some problems with the closing tags. For example wenn I say to my... more >>
XML reader error
Posted by kuya789 NO[at]SPAM yahoo.com at 8/24/2003 1:55:11 AM
The example you give me worked until I tried to open an xml file with nested tags.
for example the xml looks like this
<book>
<genre>
<action>ABC</action>
<bio>DFK</bio>
</genre>
</book>
I would like the result to be this when i select to read the <genre> tag
<action>ABC</ac... more >>
NameSpace SelectNodes Problem
Posted by Alexander Gnauck at 8/23/2003 7:29:00 PM
Hello,
i have problems with the Namespaces and the .Net XML Parser
My XML looks like this:
<query xmlns="jabber:iq:roster">
<item jid="srlee@localhost" name="srlee"
subscription="both"><group>contacts</group></item>
<item jid="tlee@localhost" name="Troy"
subscription="both"><group... more >>
Visual Studio Error Message
Posted by Jodie Schau at 8/23/2003 12:21:27 AM
After installing Visual Basic.NET and trying to open the
applicaion, I get the following error message: Visual
Basic.NET is unable to start because the file
devenvngi.xml is missing or corrupted. To correct this
problem, copy devenvngi.xml from your setup location to
the following folder... more >>
Typed DataSet & SQL XML/Urgently help needed.
Posted by linesh_gajera NO[at]SPAM hotmail.com at 8/22/2003 9:19:08 PM
Hi Guys
i having the same problem with Strongly typed dataset, I have created
a stronsetly typed dataset by draging table from Server explorer and
now i have retreived xml from SQL server 2000 and tried to populate
dataset but it populates 0 rows even though ml contains rows. If i use
regular... more >>
How to allow arbitrary content but make one requirement
Posted by mike_kayser NO[at]SPAM hotmail.com at 8/22/2003 11:25:39 AM
Hi,
I have a schema which is fine except for one part giving me trouble:
(...)
<xs:element name="DOC">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any processContents="lax" minOccurs="0"
maxOccurs="unbounded" />
<xs:element ref="IEOutput" minOccurs="1" maxOccurs="... more >>
Generating reports with C#
Posted by rimaz NO[at]SPAM ifko.ktu.lt at 8/22/2003 4:21:20 AM
Hi,
we are developing server side report generation application with .NET.
The problem is, that we have to present same data in diferent formats
(HTML, PDF, WORD, EXCEL). This has to be done using templates, wich
are defined by user (with GUI frontend). The main problem is how to
generate Wor... more >>
|