| Thread | Last Post | Replies |
|
| XSL and WebControls like datagrid | 30 Sep 2005 19:01 GMT | 4 |
I want to use XML and XSLT to generate HTML in my asp.net application. I want to be able to generate the asp.net datagrid control with all its powerfuls features by this means as well as all other controls including some usercontrols on my page. Is it possible to do that as well ...
|
| need to remove root element when parsing xml doc or storing in database | 30 Sep 2005 13:08 GMT | 2 |
i am fetching an xml document with the following structure: <?xml version="1.0" encoding="UTF-8"?> <DTCResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:/ows/aws/1.2
|
| XmlTextReader URL Limitation??? | 29 Sep 2005 22:37 GMT | 2 |
I am feeding XmlTextReader a URL that returns the XML that then gets parsed. The URL forms a query that affects how much data is returned in XML but not the format of the data. The problem is that when the URL string exceeds about 163 characters
|
| How can do join two XmlDocuments? | 29 Sep 2005 22:01 GMT | 1 |
Sorry my english, I'm brazilian. I'v two objects serializeds, I want join it. Somebody help me?
|
| Zero-length MXL files | 29 Sep 2005 19:13 GMT | 2 |
I'm attempting to understand an application I may one day "inherit" in ASP.NET and Flash. I've been searching but can't find out the answer to this, so if you have a pointer or want to explain I'd really appreciate it, thanks.
|
| List of pointers to XML nodes | 29 Sep 2005 18:31 GMT | 1 |
I have an XML file which its content can't be altered as a source. My solution should be able to produce some kind of pointers (in a seperate file) to specific nodes (or even attributes\values) in the source XML file. The source file contains many different namespaces (along with ...
|
| XML Instance from XML Schema | 29 Sep 2005 18:20 GMT | 3 |
How do I create an instance of XML from XML Schema (xsd to be specific) and instantiate its elements in C#?
|
| Looking for a better way to handle errors | 29 Sep 2005 16:13 GMT | 5 |
Im looking for a better way to handle the exeption if you try to find a node that doesnt exists? It usualy breaks in a object exeption. Now i have to use the try en catch option..
|
| Connection error on Document Load | 29 Sep 2005 15:18 GMT | 1 |
I am calling XmlDocument.Load with a url string, but get the message "The underlying connection was closed: Unable to connect to the remote server." When I put the exact same URL in IE, the xml file comes up just fine. Also, we only get this error when running from some ...
|
| Rookie question : Writing edited form data (gridview) to XML | 28 Sep 2005 18:48 GMT | 3 |
using Visual Studio 2005 C# ASP.NET I know there has to be a simple way to do this....I want to use C# in a code behind for aspx.
|
| XSD annotations? | 28 Sep 2005 18:31 GMT | 7 |
I'm trying to read in a XSD schema with two annotation nodes defined. The schema seems to load fine but I cannot find the annotations. The schema is being loaded into a xmlschema object. When I look at the schema object (element, attribute or etc.) the
|
| XmlTransform problem | 28 Sep 2005 17:55 GMT | 1 |
I'm trying to transform an xml file that contains empty short elements like the following: <element attrib="abc"/> using the XmlTransform class. But I cannot seem to preserve the short format
|
| XmlWritter to String | 28 Sep 2005 17:37 GMT | 1 |
I can't find any solution to store a new created XML with XmlWriter to String. It requires a Stream Thanks
|
| Looking for XML Schema Validator | 28 Sep 2005 02:43 GMT | 4 |
ANyone know any free powerful xml schema validator ?
 Signature Can You?You Can.
|
| Writing formatted XML | 27 Sep 2005 14:52 GMT | 1 |
How would I write an XmlDocument to a file so that each node is properly indented and followed by a carriage return? Thanks...Dan
|