Comprehensive, categorized, searchable collection of links to ASP & ASP.NET resources...
Our Directory

Applications
ASP.NET Directory
Books & Media
Community
Components
Other ASP Sites
Reference Material
Software & Server
Tutorials & Code
Web Site Hosts

Expand Directory...
Personlise Results...

Newsgroups

Participate in over
100 ASP & ASP.NET related newsgroups right here @ Fuzzy Software...

.NET Framework
- .net.faqs
- .net.framework
- .net.general
- .net.setup
- .net.scripting
- .net.xml

Web Services
- aspnet.webservices
- msdn.soaptoolkit
- msdn.webservices

Classic ASP
- asp.db
- asp.general
- asp.components

Scripting
- scripting.jscript
- scripting.remote
- scripting.vbscript
- scripting.wsh

All newsgroups...

Using the FileSystemObject

The FileSystemOb...
Copying, Moving,...
List the Files a...
Reading and Alte...
Understanding Fi...
Iterating throug...
An ASP Disk Spac...
Directory Listin...
PrettyPath Funct...
Last modified da...

ASP Built-in
Objects Reference


Application Object
ObjectContext Object
Request Object
Response Object
Server Object
Session Object

Personalise Fuzzy
Make Homepage
Link To Fuzzy
Bookmark This Page

Add our directory to your site in less than
2 minutes...



IISProtect









Whats New!


Post New Message

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...

How? string variable to xmltextreader [4 replies]
microsoft.public.dotnet.xml, Friday, January 25, 2002
How do read a variable containing an xml scrap into a text reader. I have tried everything i know and can't find anything SIMPLE in the help David

Cannot use entity in default namespace with XmlValidatingRea... [0 replies]
microsoft.public.dotnet.xml, Friday, January 25, 2002
I am using the XmlValidatingReader (beta2) to read some xml for me because it is the only one that resolves entities correctly. The problem with it is that it doesn't like it when you use an...

"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 ...

XmlValidatingReader doesn't like default namespace?? [0 replies]
microsoft.public.dotnet.xml, Friday, January 25, 2002
I am using the XmlValidatingReader (beta2) because it is the only one that resolves entities correctly. However, it complains about the my default namespace: xmlns = "http://mynamespace" ...

Error: The same table cannot be the child table in two nest... [0 replies]
microsoft.public.dotnet.xml, Friday, January 25, 2002
OK, I am trying to convert my XDR schema to an XSD schema using the XSD.exe tool. However, I am getting the above error. How do I get around this? The schema that I am trying to build ...

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...

XmlTextWriter -> XpathDocument -> XslTransform: how? [1 reply]
microsoft.public.dotnet.xml, Friday, January 25, 2002
Hi, I'm writing a program that 1. creates an xml document 2. does a transformation of that document I choose to write the document using XmlTextWriter, which is easy to use if you're b...

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...

How do I query elements in the default namespace using XPath... [3 replies]
microsoft.public.dotnet.xml, Thursday, January 24, 2002
I created the following XML document using XML Spy 4.2: <?xml version="1.0" encoding="UTF-8"?> <Page id="1" xmlns="http://tempuri.org/Page.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchem...

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...

How do you migrate this page to ASP.NET (XML/XSL) [0 replies]
microsoft.public.dotnet.xml, Thursday, January 24, 2002
<%@ language="JScript" %> <html> <body onload="myDiv.innerHTML=myXml.transformNode(myXsl)"> <xml id="myXml"> <mylooknfeel> Hello, <b>world</b> Here I can put...

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 ...

"Specified cast is not valid" error when using XmlTransforma... [0 replies]
microsoft.public.dotnet.xml, Wednesday, January 23, 2002
I have a very small .NET app using C# that simply uses a XslTransform object to load a stylesheet. However, I get the following error when I try to load the file. "Specified cast is not va...

Anyone perform an XDR XPath Query through a desktop applicat... [2 replies]
microsoft.public.dotnet.xml, Wednesday, January 23, 2002
I would like to run an XPath Query from a desktop application using a .Net language. I can do this from my browser, but I'd like to be able to do it from an application so that I can autom...

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?...

Writing Empty Element for Null DataPoint in Dataset XML Retu... [3 replies]
microsoft.public.dotnet.xml, Wednesday, January 23, 2002
Hello all, Problem: My XML return from my DataSet doesn't write an empty element for datapoints that return Null. So, when I translate the xml to an HTML table I end up with missing data ...






Receive all the latest quality ASP
& ASP.NET content direct to your inbox. Sign-up to our newsletter.




DevArticles.com


Weekly Question

How do you find resources within our directory?

Navigate Categories
Using Search

Show Results!
Ask a Question!

IISProtect

aspx101.net

DevArticles.com

Jans ASP Portal

More partners...





  4004 ASP & ASP.NET resources in over 436 categories and growing daily...
Fuzzy Software - asp / asp.net resources, tutorials, code, scripts, applications, components, newsgroups, hosts and much more... Sitemap 0 1 4