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 / November 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
XmlDocument.WriteTo thread safety09 Nov 2005 15:08 GMT2
I'm reading a xmldocument in from the file system and using
xmldocument.writeto(xmltextwriter) to stream the xml data to the
response.outputstream.  From what i've read, reading an xmldocument is
thread safe but does the writeto() method require a lock?
Writing on app.config09 Nov 2005 14:19 GMT2
Is that possible change attributes values that belong the app.config?
Example i want to change the
<ConfigProvider>  encrypted="true" to "false".
Can somebody help me???
simpleContent extension and attributes?07 Nov 2005 19:28 GMT3
Check out the sample XML below.
Sample XML:
    <xs:element name="Image">
        <xs:complexType>
xsl:apply-templates dont get it06 Nov 2005 23:24 GMT2
I think i've figured out the idea behind apply-templates. But going
through the tutorial on
<http://www.w3schools.com/xsl/xsl_apply_templates.asp> theres simply
just something that i dont get! In the following i've copy pasted the
Getting around .Net Strings being UTF-16 encoded only06 Nov 2005 09:24 GMT5
Hi I have the following issue.
I have a character that is return by a SQL Server database "É" to be
precise, the issue is that when I store character in a .net string
variable my understanding is that it converts it to UTF-16
Good XML-Database?06 Nov 2005 02:02 GMT2
I'm looking for a (free, if possible) XML-Database wich is usable from
.NET-Code (especially XPath-Queries and XSLT)
I know eXist, but it is only accessible via WebServices or HTTP and the
only working method (from .NET) is depreceated (XQuery does not work, it
Calls to GetElementsByTagName affect performance of XML DOM05 Nov 2005 18:06 GMT7
Call to XmlNode.GetElementsByTagName returns XmlNodeList that stays in
sync with XmlDocument thanks to events fired by XmlDocument. Once this
list is created there is no way to remove its event handlers from the
document. Calling GetElementsByTagName  second time for the same tag
Generating the code to turn an XML schema into support for a datas05 Nov 2005 06:57 GMT10
Please forgive me if this is the wrong place to post this. The last place I
posted got me a fairly rude response. I guess vb.db people just don't want to
think about XML as database. At any rate, here is what I posted:
I have downloaded the final production version of VS 2005 pro ...
How to add xsi:schemaLocation attribute to XML element05 Nov 2005 02:18 GMT2
         I am trying to serialize a C# object into a XML document
using "XmlSerializer" class. One of the elements of the XML document
needs a "xsi:schemaLocation" attribute. I am not sure how to add this
to the XML element
how do you add an xml schema attributegroup to a complextype extension?04 Nov 2005 20:15 GMT3
I am trying to get my schema to look like this
<xsd:extension base="MyExtension">
 <xsd:attributeGroup ref="DocumentAttributes">
   <xsd:annotation>
Reading an XML post in an ASP.NET web site04 Nov 2005 14:30 GMT1
I desperately need some help on this. I have a website that will recieve
votes via sms (text messages). The person voting will send a message to a
certain number which will then forward on an xml post to an address I have
specified.
Best Web Service Approach04 Nov 2005 12:32 GMT1
I'm a bit of a newbie to web services, and would appreciate some
thoughts as to the best approach for making a web service available to
various, possibly non-microsoft, clients.
I need to accept "orders" which are in an XML format defined by an XML
question on "include" in schema files (.xsd).  Trouble validating schema in .NET03 Nov 2005 20:57 GMT4
I hope someone can please help me.  I'm having a lot of trouble with
schema files in .NET.  I have produced a very simple example that uses
"include" to include other schema files.  It all works with SPY, but
when I pick "Validate Schema" from the .NET 2003 menu, it fails with
Trouble with Xpath query03 Nov 2005 15:39 GMT2
All,
I'm brand new to XML and have been given a deadline to deliver some new
functionality part of which requires stepping through an xml doc.  I
have hit a wall with the way I've structured an xpath query to select
getting TEXT of an xslt.transform03 Nov 2005 01:54 GMT2
On my page right now, I call a function:
<%=getMenu()%>
in my codebehind, I have the function do an xslt transformation:
sub
Pages: 1 2 3 4 5 6 October, 2005
 
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.