| Thread | Last Post | Replies |
|
| Problems with XmlSchema name mangling XmlSchemaSet compilation | 30 Nov 2007 18:22 GMT | 1 |
Hello Xml Gurus, I'm trying to build an XML schema in memory using the System.Xml.XmlSchema namespace objects, validate it, and then write it to a file. The problem I'm facing is that XmlSchema.Write() is changing
|
| XMLSerializer and List<T> | 30 Nov 2007 16:11 GMT | 1 |
can anyone help with this problem, it seems to fail when I try to initialise the XMLSerializer. I'm getting a "There was an error reflecting type ... " innerexception: "Cannot serialize member
|
| unique attribute | 29 Nov 2007 12:55 GMT | 1 |
Is it possible in sql server 2005 to have a schema with unique elements? I tried an example and sql said : The XML Schema syntax 'unique' is not supported. Regards,
|
| xml binding parameters | 28 Nov 2007 12:32 GMT | 1 |
Hi to everybody ! I have this query: select * from registereddatabases a where exists(select rights.exist('declare namespace x="urn:Repository:UserRights";
|
| Appending to XML file instead of overwriting | 27 Nov 2007 15:22 GMT | 2 |
There is an automatic way to save just the changes of a xml file? For example, if add several nodes, delete some and change the value or attribute of another. Actually, on saving it, the Save( ) method will serialize the entire file again. The doubt is if this behaviour can be
|
| csv with parent-child columns to xml | 26 Nov 2007 10:48 GMT | 1 |
Can any of the commercial conversion tools convert csv files containing "relational" data to xml in an automated fashion? I looked at the websites for stylussudio and altova, but it looks like I would have to do some xslt coding for each file. I don't mind filling in
|
| Querying with schema | 26 Nov 2007 08:18 GMT | 2 |
I have the following XML, which has an associated schema but I can't get any results from an XPath query because I think I'm using the namespace prefix incorrectly. Can anyone tell me what I'm doing wrong? XML:
|
| Can't access a System object in xaml | 26 Nov 2007 03:03 GMT | 6 |
I have this xaml code that I'm trying to use in a Window... <ListBox xmlns:sys="clr-namespace:System;assembly=mscorlib" Grid.Column="2" Grid.RowSpan="2"> <Button>Click for a surprise</Button>
|
| Converting Font style string into Font | 22 Nov 2007 20:20 GMT | 1 |
I want to convert styles from a String to a Form object. So ifound that i can use FontConverter that will do just that... as in the help: // Create the FontConverter.
|
| null value in XML | 22 Nov 2007 09:13 GMT | 4 |
I am having problem when did the validation of XML document with Schema. my schema is like the following: <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="schema.xsd" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop"
|
| Xpath and Sorting | 20 Nov 2007 17:08 GMT | 5 |
How do I create an xpath expression to return a sorted nodelist? I need the sort to be by the attribute value. Example, If I have an xml list of names with "lastName" as an attribute <name lastName="Smith" />
|
| XSLT for viewing XML as Tree | 20 Nov 2007 12:32 GMT | 3 |
I have some XML I want to display in a section of a web page. I want the XML displayed as a tree. The way you see XML if you load the file in the browser. It shows the tree and you can expand/collapse nodes etc.
|
| Trying to evaluate xpath myself sort-of | 20 Nov 2007 11:22 GMT | 4 |
Hi; In our program we will get an XPath statement such as: ${data}/SalesProject[customer/CUSTCAT=${series}/customer/CUSTCAT] Where ${data} and ${series} both stand for a XPathNavigator so each is
|
| Xpath syntax to get to element | 19 Nov 2007 07:46 GMT | 2 |
I am trying to figure out the xpath syntax to get to all the element of name <property name="Text"> ie <property name="Text">Patient Name</property>
|
| WSE 2.0 encoding error | 19 Nov 2007 02:37 GMT | 2 |
I have a client application ( web service ) write in vs2005 consuming an external web service with WSE 2.0 (x509). The response is in hebrew ( windows-1255 ). In the Trace files I see the hebrew fine, but the response is gibrish.
|