I would look at using mapping schemas in conjuntion with updategrams using
SQL Server 2000 and SQLXML 3.0.
http://msdn.microsoft.com/library/en-us/sqlxml2/updategram_5kkh.asp?frame=tr
ue
Kirk Allen Evans
http://www.xmlandasp.net
"XML and ASP.NET", New Riders Publishing
http://www.
===
Notice that when a single node was passed into the OutputNode method, the
InnerXml returned was all of the node's inner XML, which in this case was a
single text node. OuterXml returned the current node plus all of its child
nodes.
Kirk Allen Evans
http://www.xmlandasp
issue using RTM bits.
Kirk Allen Evans
http://www.xmlandasp.net
"XML and ASP.NET", New Riders Publishing
http://www.amazon.com/exec/obidos/ASIN/073571200X
> -Original Message-
> From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of
> Sean Greer (SBI-Chico)
> Se
://www.amazon.com/exec/obidos/tg/stores/detail/-/books/073571200X/reader
/41/002-2649609-5633610#reader-link
Kirk Allen Evans
"XML and ASP.NET", New Riders Publishing
Available at Amazon.com
http://www.amazon.com/exec/obidos/ASIN/073571200X
> -Original Message-
> From: dotnet di
Use a relative path (ie Server.MapPath("web.config") ) to find the config
file for your application.
Kirk Allen Evans
"XML and ASP.NET", New Riders Publishing
Available at Amazon.com
http://www.amazon.com/exec/obidos/ASIN/073571200X
You can read messages from the DOTNET
em.web/authentication/
credentials/user[@name='Bob']/@password");
userPass.NodeValue = "imbatman";
Note also that each directory can have its own web.config file, so if you
want to edit the web.config in the parent directory, change the parameter
for Server.Mappath to us
fig/People/owner/@name[.='Joe']");
ownerName.NodeValue = "Bob";
Kirk Allen Evans
"XML and ASP.NET", New Riders Publishing
Available at Amazon.com
http://www.amazon.com/exec/obidos/ASIN/073571200X
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.