Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / XML / December 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to pass a Nodeset to an XPath extension function?31 Dec 2004 09:55 GMT1
I am using the .NET framework v2.0.40607 with Visual C# Express and I would
like to create some custom XPath functions to use directly in a XSLT
stylesheet.
I called System.Xml.Query.XmlArgumentList.AddExtensionObject(string, object)
XPath problem30 Dec 2004 18:51 GMT2
How come the following XPath expression doesn't return any nodes?
descendant::*[node()=SignerInfo]
Here's how it's called on the document root node:
XmlNodeList list = m_xmlDoc.DocumentElement.SelectNodes(sXPathExpression);
How do I escape single tick marks in XPath Queries?29 Dec 2004 19:16 GMT4
I keep getting an error when I have a tick mark in a text value that I am
searching for in my XPath Query.
Example:
<Authors>
Namespace references in Xml Serialization29 Dec 2004 17:33 GMT1
I have a root node attribute which contains a name space declaration.  I'd
like to put a reference onto the front of it (ie:  ns1:RootNode) where ns1 is
defined as the namespace I'm using.  Is there a way to do this in C#?
Also can I include other namespaces in this declaration as ...
question about xml serilization29 Dec 2004 15:32 GMT6
This is my sample (simplified):
public class Binom
{
    [XmlAttribute("range")]
Xsd question29 Dec 2004 13:05 GMT2
I developed a schema that uses the following for schema settings:
elementFormDefault="qualified"
xmlns:at=http://www.mycompany.com
targetNamespace="http://www.mycompany.com"
XML File Size & Memory28 Dec 2004 21:34 GMT2
I have an xml file that is 63mb in size.  If I were to load this file
into memory, will it consume 63mb of memory or will it consume more than
that?
Thanks,
XmlValidatingReader throws an exception 28 Dec 2004 15:43 GMT1
I am planning to test WSDL fine for a web service as follows:
1. Get a WSDL file from the web service.
2. Validate the WSDL file against the XML schema.
The problem I am facing is with the schema file.  I reffered to
validate against xsd28 Dec 2004 15:39 GMT1
I am doing a
Doc.Loadxml(myxml)
and I have an xsd schema that I want to validate the myxml against.  How can
I do this. code would help.
Querying Very Large XML28 Dec 2004 14:26 GMT6
I am working on a project that will have about 500,000 records in an XML
document.  This document will need to be queried with XPath, and records
will need to be updated. I was thinking about splitting up the XML into
several XML documents (perhaps 50,000 per document) to be more ...
Deserialization issue28 Dec 2004 04:15 GMT4
I have an XML file like this:
<?xml version="1.0" encoding="utf-8"?>
<SomeObject xmlns="http://www.abcinc.com/objectdefinition"
xmlns:someobj=http://www.abcinc.com/objectdefinition>
how to get absolute XPath27 Dec 2004 18:30 GMT2
I'm trying to get the absolute xpath to a node in DOM (XmlDocument).  I know
I can build it by warlking the tree recursively, but I'm wondering if there
is an API in DOM or in XPathNavigator that allows me to get the absolute
path for a given node?
parsing xml document27 Dec 2004 14:47 GMT8
I have the following xml file (given to me not created by me)
<?xml version="1.0"?>
<workOrderReleased  
    xmlns="http://www.qad.com/qdoc"
XML & Schema editor27 Dec 2004 09:41 GMT3
I would like to know whether VS.NET can edit XML document and
intellisense information from the schema the XML document is based upon
?
If not then are there any other editors or VS plugins that can do the
How do I write a response to a request from an xml data island?26 Dec 2004 23:01 GMT3
I need to know the code I must write to respond xml to a data island as a
result from a src request from the data island.
Thanks so much
Pages: 1 2 3 4 5 6 November, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.