all groups > dotnet xml > may 2004 > threads for may 29 - 31, 2004
Filter by week: 1 2 3 4 5
XmlElement question
Posted by Timothy V at 5/31/2004 11:59:28 PM
Hi,
I have and XmlElement from within an XmlDocument. I wish to RemoveAll() from
within the XmlElement plus itself. For example:
<Notes>
<Note id="n1">
<Info>A message</Info>
</Note>
<Note id="n2">
<Info>another message</Info>
</Note>
</Notes>
I wish to delete the nod... more >>
which xml access type?
Posted by Timothy V at 5/31/2004 9:21:12 PM
Hi,
I'm developing an ASP.NET web app and i'm retrieving some data from xml
files.
My question is, if an xml file is going to be accessed a page is loaded,
should i:
1. use an in-memory XmlDocument (created each time the page is accessed); or
2. use a forward-only XmlTextReader object (cre... more >>
Internal problem on XmlDocument.Load( )
Posted by Whugster at 5/31/2004 3:21:01 PM
I have this really frustrating problem when calling XmlDocument.Load(string
filename). Whenever I call this method in a web application in my Windows XP
development PC, I get the following error:
Specified argument was out of the range of valid values. Parameter name: The
specified value must ... more >>
Xml Serialization Intermittent Failure
Posted by Robert at 5/30/2004 6:41:02 PM
We have an ASP.NET site that performs a lot of xml serialization. The serialization occurs in the lbolibrary dll. Occasionally we get an .out file produced in the Winnt\temp folder that contains the following:
C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.1.4322\csc.exe" /t:library /ut... more >>
Inheritance in XSD?
Posted by Bill Cohagan at 5/30/2004 12:25:43 AM
I'd like to define a schema that allows, for example, a "table" element that
takes on one of two forms distinguished by what attributes are present. For
instance,
<table foo="3"/>
<table bar="5"/>
Note that I want to exclude <table foo="3" bar = "5"/>; i.e., using *both*
attributes shoul... more >>
XPath - retrieving various elements
Posted by Mike at 5/29/2004 3:51:55 PM
Hi,
I am new to XPath and I am stuck with an expression. I would like to =
select all servers which the user subscribed to. Here is my XML:
<forums>
<forum>
<name>AAA</name>
<subscribed>1</subscribed>
</forum>
<forum>
<name>BBB... more >>
XPath
Posted by Mike at 5/29/2004 3:45:05 PM
Hi,
I am new to XPath and I am stuck with an expression. I would like to =
select all servers which the user subscribed to. Here is my XML:
<forums>
<forum>
<name>AAA</name>
<subscribed>1</subscribed>
</forum>
<forum>
<name>BBB... more >>
Xsd and serialisation
Posted by questions NO[at]SPAM resolutionsnet.co.uk at 5/29/2004 3:09:53 AM
hello,
I wonder if anyone can help me.
I have used xsd to generate a c# class from an xml file.
This class is currently being used in my application and works
perfectly ok when stored in InProc session.
But when moving to StateServer, it throws the "Unable to serialize the
session s... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|