| Thread | Last Post | Replies |
|
| XML/SOAP Serilaiztion and Generic Collections | 31 Mar 2007 08:04 GMT | 2 |
I have a class (UserAccount) that uses a List<T> to contain a collection of Account classes. The Account class uses a List<T> to contain a collection of the account items. If the Account class is a checking account its List<> collection contains instances of the CheckItem class ...
|
| Default attributes from DTD while transformation | 30 Mar 2007 23:54 GMT | 5 |
When I transform XML, XSLT automatically adds extra attributes to the node which are declared in DTD (default DTD attributes) . I just want XSLT not to add these extra default attributes from DTD. See refname and shortname attributes are added to node automatically
|
| Trying to read XML file into dataset | 30 Mar 2007 21:20 GMT | 7 |
Developing a web site in VS2005, SP1, VB, .NET 2.0, ASP.NET 2.0 on XP Pro, SP2. I eventually want to use a gridview table to view xml data, but right now i can't seem to get my xml data into a dataset so that i can use it.
|
| How to use xmlwriter to add an attribute to any element? | 29 Mar 2007 19:55 GMT | 2 |
I want to make my XML as such: <parentItem> <childItem attribute="myAttribute">myContent</childItem> </parentItem>
|
| Problems with XsdObjectGen | 29 Mar 2007 19:26 GMT | 1 |
I am experiencing a lot of problems with XsdObjectGen. I downloaded the latest version from http://www.microsoft.com/downloads/details.aspx?FamilyID=89e6b1e5-f66c-4a4d-933b -46222bb01eb0&DisplayLang=en but this is dated september 2006, so it's not very recent.
|
| Dataset Merge / getchanges just adding records? | 29 Mar 2007 18:37 GMT | 1 |
I'm using the following subroutine. The two different XML files are identical with the exception of three additional records in the second one. One has 450 records, and the other has 453. After merging, I get 903 records. I guess what I expected was 3 records; just the
|
| What versions of XSL are supported by what versions of ASP.net? | 29 Mar 2007 17:41 GMT | 2 |
At the moment, I'm doing some XSLT (1.0) work in ASP.net (1.1). There's some features I'd like to use that apparently are found in XSLT 2.0. Does ASP.net 1.1 support XSLT 2? What about ASP.net 2.0? EXSLT was also mentioned. Does ASP.net support that?
|
| XML file loaded and stored as cached dataset? | 29 Mar 2007 13:16 GMT | 7 |
Have loaded balanced web servers that we do not allow to connect to our database. Content is created and pushed to these sites. I want to add a web service that may get multiple requests a second depending on peak access. I have built an XML file from SQL DB and pushed this ...
|
| SelectSingleNode returns nothing. Namespace manager issue | 28 Mar 2007 09:28 GMT | 3 |
I have the following code snipet: ... _xmldocManifest.Load(strManifestAbsolutePath) Dim manifestNSManager As XmlNamespaceManager = New
|
| Errror Help: character ' ', hexadecimal value 0x2 is illegal in xml documents | 27 Mar 2007 12:36 GMT | 2 |
what does this error mean? how can i fix this? thanks, raj
|
| XMLSerializer - Controling Order of Object Properties | 23 Mar 2007 13:46 GMT | 1 |
If you're using XMLSerializer to serialize a class object to XML, is it at all possible to control the order in which the object properties are presented in the XML file?
|
| Node Type both Element and Text | 23 Mar 2007 05:51 GMT | 2 |
I have an XML node that has both attributes and text. I am having difficulty getting the xmlreader to deal with this. Sample XML Node: <HomePhoneNumber Attribute1="Y" Attribute2="Y" Attribute3="Y">(425)
|
| MSXML6 C++ VS2005: parsing "set" of nodes (& child nodes)?? | 22 Mar 2007 13:57 GMT | 1 |
I've looked at a number of examples in the MSXML6 help, but haven't been able to find exactly what I'm looking for. I have the following loaded into a "IXMLDOMDocument2" object. I have a CString sString that I would like to check to see if it matches one
|
| Can XmlDocument.Load() method handle unicode characters? | 22 Mar 2007 13:33 GMT | 10 |
I've spent a long time to try to get the xmldocument.load method to handle UTF-8 characters, but no luck. Every time it loads a document contains european characters (such as the one below, output from google map API), it always said invalid character at position
|
| MSXML6 C++ unable to locate node | 21 Mar 2007 18:27 GMT | 3 |
Hi, I am new to using the MSXML functions in C++. I found this on MSDN as an example of what I wanted to do, http://msdn2.microsoft.com/en-us/library/ms765465.aspx. I have tried a number of XPATH examples to try and retrieve the
|