| Thread | Last Post | Replies |
|
| getting the xml from XmlTextWriter | 31 Mar 2008 18:36 GMT | 3 |
We have an app that uses the XmlTextWriter to write XML to the local disk. It works and it's great. Now they want to write it to the database instead. Is there a way that I can just get the XML out of the XmlTextWriter? I looked at the XmlTextWriter class and can't seem to figure ...
|
| xml schema design | 28 Mar 2008 18:53 GMT | 8 |
I have an xml schema that I am working on. I wanted to know if it was a normal thing to do something like this: 1. Have a ZipCode simple type that has to be 5 characters long. 2. Have a StateCode simple type that has to be 2 characters long.
|
| carrying xml name spaces across nested elements | 27 Mar 2008 13:20 GMT | 1 |
Hi. By persistence, I've discovered that when several nested elements in a schema are each qualified by a namespace, I can successfully reference them in a select statement by qualifying each element by its namespace in succession. For example, for a schema that qualfies each
|
| xml graphic representation | 25 Mar 2008 11:23 GMT | 7 |
I'm new to using XML, so I'm seeking some general pointers about approaching a project. I'd like to read the sitemap xml file, and generate a graphic representation of the website from the site map. I would like to do this dynamically (creating the page from the current sitemap ...
|
| string handling in vb.net | 24 Mar 2008 13:01 GMT | 1 |
I have a string which can have ONLY ONE mobile number or multiple mobile numbers(seperated by semi colon). dim str as string = "+919886735837;+919820444818;+919916302180" OR in this below format
|
| Extended characters in XML to fix Access | 21 Mar 2008 14:21 GMT | 2 |
I have an Access DB, containing car and engine specifications entered by hand by jobbers. I use an XML file to parse the information in the specifications. Sometime they used "extended" characters to specify dimension or range:
|
| tab delimited to xml | 19 Mar 2008 22:00 GMT | 4 |
I'm trying to use XmlCsvReader that is quoted in example http://msdn2.microsoft.com/en-us/library/aa302293.aspx on msdn. I'm using VS2008. When I compile I receive an error for using Microsoft.XML ;
|
| XML decryption | 19 Mar 2008 15:59 GMT | 1 |
What is the correct procedure to decrypt a xmldsig document encrypted with the receiver's public key? I can successfully load the correct private key from the .pfx file or search for it in the certificate storage but I'm hit with the
|
| VS2008 Framework 3.5 Web Service Accessed from Web 2.0 Client | 19 Mar 2008 08:19 GMT | 1 |
Hi, I'm wondering if I made a large architectural screwup. I wanted to use new features in VS2008 including LINQ in my web service and have targeted the 3.5 framework with the web service. However, my Windows Forms client targets the 2.0 framework as I don't want my clients to ...
|
| Trouble getting an XmlNodeList from flickr atom feed | 17 Mar 2008 14:51 GMT | 1 |
I'm having some trouble selecting the some XML nodes from a Flickr atom feed. He's the a cut down version of the code to illustrate my problem: using System.Xml;
|
| Adding element to xml with existing namespace ? | 13 Mar 2008 21:28 GMT | 2 |
I have a generated xml (dbml) document that I have to add new elements to.. here's an amended snippet.. <?xml version="1.0" encoding="utf-8"?> <Database Name="mydb" EntityNamespace="MyEntity" ContextNamespace="MyEntity" Class="MyClass" xmlns="http://schemas.microsoft ...
|
| Covert a document with Qualified elements to Unqualified Elements | 13 Mar 2008 08:48 GMT | 5 |
What kind of XML jugglery will permit me to covert a XML Document with "Qualified" elements into an XML document without Qualified Elements. eg: The source document is something like <ns0:baseelement xmlns:"http://schemas.myorg.com/solutions/yabadaba">
|
| How to transform large XML file? using .net | 12 Mar 2008 13:42 GMT | 2 |
we have a 3 gig of xml data. we need to transform this data using our XSL file. when i use the regular transform methods of course i run out of memeory. the XSL file has quite bit of rules so i really cannot move them in to my
|
| any way to parse unstructured data with XML? example included | 12 Mar 2008 01:11 GMT | 2 |
i am doing some research where i need to parse some data from SEC web site. the data is not in xml format and sort of unstructured. can someone recommand me a way to parse this data. i need to gather a lot of filings of the sort which i would rather not do
|
| XML atribute value | 11 Mar 2008 16:10 GMT | 1 |
Asking for XML atribute value HI, I m lost when I wanna ask for attributes value’s XML file:
|