Complex Type related to Complex Type?[0 replies] microsoft.public.dotnet.xml, Friday, January 25, 2002
I recently received an xsd that is confusing the heck out of me. Keep in
mind, I'm new to this.
Basically, the xsd won't load into a dataset, because I get the error -
"Duplicate Declaratio...
"The Application Cannot Start"[1 reply] microsoft.public.dotnet.xml, Friday, January 25, 2002
With Visual Studio .NET Enterprise Architect, pre-RTM
release, I installed MSXML 3 SP1, MSXML 4 Technology
Preview, SQL 2000 Web Release 2 Beta 1, and now have the
same problem, I cannot ...
XPathDocument memory usage?[1 reply] microsoft.public.dotnet.xml, Friday, January 25, 2002
Does XPathDocument load the entire xml file into memory (like the DOM
or is it a DOM)?
I want to do transforms on large xml files efficiently without
worrying about memory usage? If XPath...
Increase your XSLT-Performance and use catchXSL[1 reply] microsoft.public.dotnet.xml, Friday, January 25, 2002
Hello XSL fans,
eCube is very pleased to announce "catchXSL!" - the first
XSL-profiler!
Enjoy examing and profiling your xsl-transformations with catchXSL!.
We are looking forward to your...
Create XPathNavigator outa String![3 replies] microsoft.public.dotnet.xml, Thursday, January 24, 2002
The fastest way to load a string into a XPathDocument
would by to create a TextStream with StringReader. Then
use the StringReader as the input for the XPathDocument.
If you want to perf...
To overwrite node value[1 reply] microsoft.public.dotnet.xml, Friday, January 25, 2002
Hi All,
Could anybody help me on this?
Dim objXML as new MSXML2.DOMDocument
objXML.async = False
objXML.load("myXML.xml")
objXML.selectSingleNode("Code").text = "C0001"
It returns m...
xsd - create schema[1 reply] microsoft.public.dotnet.xml, Thursday, January 24, 2002
Hi,
I have some regular c structs that I want to define in XML. Some of
these structs consists om an array and I thought that I came up with a
pattern of XML that I want to use described b...
XSD relationship to nest dataset output.[0 replies] microsoft.public.dotnet.xml, Thursday, January 24, 2002
I have defined a 1-many relationship between 2 tables in
the XSD schema. I am trying to use this schema in a
dataset to validate the structure and produce nested
XML output.
The idea I ...
Join Microsoft for a live VS.NET chat[0 replies] microsoft.public.dotnet.xml, Wednesday, January 23, 2002
Join Microsoft for a live VS.NET chat:
Chat Title: ADO.NET, Working with Data in the .NET Framework
Chat Description: ADO.NET delivers a robust set of components for accessing,
worki...
Cocoon (Apachesource) vs. dotnet xml[2 replies] microsoft.public.dotnet.xml, Wednesday, January 23, 2002
Starting a enterprise solution from the ground up. Gathering user
requirments over the next two weeks.
Architecting/coding begins about the same day dotnet is officially released.
From a TCO...
WHY DOES THIS WORK?!!!![0 replies] microsoft.public.dotnet.xml, Wednesday, January 23, 2002
I have finally gotten my schema to load into MSXML4, but I dont know why one
example works and one doesnt. The example I gave previosuly is what I was
having problems with. But when I broke...
further testing[1 reply] microsoft.public.dotnet.xml, Wednesday, January 23, 2002
After playing around more with this I have found that if I remove the
attribute I still get the same error. So here is an even simpler version of
my schema:
<xsd:element name = "CompanyN...
problem loading a schema with MSXML4[0 replies] microsoft.public.dotnet.xml, Wednesday, January 23, 2002
I am having a problem with a schema that I created using a third party
product. Here is the code that was generated for me:
<xsd:element name = "CompanyNm">
<xsd:complexType>
<xsd:...
DotNet equiv of MSXML2.XMLHTTP30??[2 replies] microsoft.public.dotnet.xml, Wednesday, January 23, 2002
Using MSXML3 it is possible to retrieve the HTML of a URL using the
XMLHTTP30 class. Is there an equivalent way to do this using the .NET
System.XML component - or some other .NET component?...