| Thread | Last Post | Replies |
|
| XmlDocument.WriteTo thread safety | 09 Nov 2005 15:08 GMT | 2 |
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.config | 09 Nov 2005 14:19 GMT | 2 |
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 GMT | 3 |
Check out the sample XML below. Sample XML: <xs:element name="Image"> <xs:complexType>
|
| xsl:apply-templates dont get it | 06 Nov 2005 23:24 GMT | 2 |
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 only | 06 Nov 2005 09:24 GMT | 5 |
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 GMT | 2 |
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 DOM | 05 Nov 2005 18:06 GMT | 7 |
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 datas | 05 Nov 2005 06:57 GMT | 10 |
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 element | 05 Nov 2005 02:18 GMT | 2 |
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 GMT | 3 |
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 site | 04 Nov 2005 14:30 GMT | 1 |
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 Approach | 04 Nov 2005 12:32 GMT | 1 |
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 .NET | 03 Nov 2005 20:57 GMT | 4 |
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 query | 03 Nov 2005 15:39 GMT | 2 |
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.transform | 03 Nov 2005 01:54 GMT | 2 |
On my page right now, I call a function: <%=getMenu()%> in my codebehind, I have the function do an xslt transformation: sub
|