Jump to content

XQuery and ASP


Eivo

Recommended Posts

I am attempting to learn and understand the whole XML "complex". So far I am doing fine. But I want to use XML along with my ASP. I have Googled like crazy trying to find anything that covers how to use the 2 together, but I can seem to turn anything up. Does anyone have any information on how to use, specifically, XQuery and ASP together. I found out by way of error that either you can't use XQuery in ASP or that I am doing it wrong. Any help would be great appreciated, thanks. :)

Link to comment
Share on other sites

SAXON is an XSLT 2.0 and XQuery 1.0 processor that has a C# version with and a .NET API. As such, it can be used by ASP.NET. Forget about classic ASP though.AltovaXML is another XSLT 2.0 and XQuery 1.0 processor with a .NET API. But honestly said, I'd say SAXON is the better processor when it comes to .NET.XPath can be used by ASP(and ASP.NET) with some functions that reside somewhere in the System.Xml namespace. I'm not knowledgeable enough in .NET to really tell you more.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...