| Thread | Last Post | Replies |
|
| XSD Restrictions help please | 26 Apr 2006 16:07 GMT | 4 |
Greetings all. Is it possible to create a schema to enforce the following issue. If the value for required Attribute A within Element E has an enumerated value of ‘myType’ then element E also needs to have Attribute B.
|
| Update list of elements | 26 Apr 2006 07:24 GMT | 1 |
I have serialized list of my object in a xml file. What is the best way to update only one object and save it back into the xml file. Do I have to load full list, update one item and save the list into the file? Or is there way how to update only one element (one object) ???
|
| XSLT: Creating anchors from outer XML files | 25 Apr 2006 14:50 GMT | 4 |
I'm trying to put the links (href attribute of the <a> element) out of my XSLT files, in a XML file, and read it from the stylesheet. I suppose that I have to use the document() function to link to the XML file containing the URLs, but I don't know how to do it. I've tried ...
|
| XML deserialization to Dataset and custom object | 25 Apr 2006 04:32 GMT | 1 |
I have a xml document as follows <Variables> <Email>abc@xyz.com</Email> <Status>ENABLED</Status>
|
| Create a single xml node | 25 Apr 2006 02:47 GMT | 8 |
Hi; I need to be able to create a single xml node in utf-8 and do it efficiently as this is called a lot (reason below). What is the best way to do this? I need to end up with a string like "<node
|
| get rid of blank namespaces | 21 Apr 2006 23:33 GMT | 2 |
I'm using c# XmlDocument class to add new XHTML-Nodes to my website. Unfortunately XmlDocument always adds an unwanted empty namespace attribute xmlns="" to every new Element. These empty namespace attributes cause that the elements are'nt found any
|
| How to create element in namespace | 21 Apr 2006 18:55 GMT | 4 |
Hi all i've to create a xml doc like this <?xml version="1.0" encoding="UTF-8"?> <Main xmlns:x="http://www.w3.org/1999/XML/xinclude"> <x:include href="one.xml"/>
|
| 2.0 : fastest read-only forward-only loading method | 21 Apr 2006 17:46 GMT | 5 |
In 2.0 what is the fastest way to iterate through an element set in a read-only forward-only XMLDocument ? For example , load the key/value pairs in the following xml doc into a hashtable :
|
| Add XMLNodeList to new XMLDocument | 21 Apr 2006 16:51 GMT | 1 |
All, I have a very large XML document that contains two types of elements. I want to select all the elements of each type and place them in separate XML documents.
|
| XmlElement Move up & Down | 21 Apr 2006 13:46 GMT | 1 |
How I can Move up or down XmlElement? Please advise. Thanks in advanced.
|
| Problem getting node | 21 Apr 2006 10:38 GMT | 1 |
I'm having a problem in by VB.net 2005 application. When i try to get a node from my app.config file the node come back with "nothing". The xmldocment loads OK, but I can't retrive a node. The app.config file is listed below and the code is listed below that, the line with "-->>" ...
|
| RSS <channel><link> element | 20 Apr 2006 22:01 GMT | 4 |
When constructing an RSS 2.0 XML doc , should the <channel><link> element's value be 1. the url of the page the displays the content that the RSS feed describes
|
| replace invalid xml characters | 20 Apr 2006 13:45 GMT | 2 |
I know that System.Security.SecurityElement.Escape() will replace invalid xml chars with valid equivalent ... But is there another method to accomplish same that is "closer to home" ?
|
| Error Http 413: entity too large calling web service on Win2003 Sr | 20 Apr 2006 13:05 GMT | 2 |
We are calling a web service running in IIS 6.0 (Windows 2003 Server) When we call a web service method to send a large xml document (2Mb) obtain an http error 413 (entity too large) We have increase the web service reception size limit to 10Mb and still fails.
|
| Where to store schemas and stylesheets? | 20 Apr 2006 11:41 GMT | 1 |
What is the best, or better RECOMMENDED, way of containing any schema or stylesheet that is needed by an application, in a situation where you are not sure any other type of access will be allowed. such as file:// or http://.
|