| Thread | Last Post | Replies |
|
| Anybody experience XPath anxiety? | 02 Dec 2004 19:02 GMT | 3 |
I was wondering if anybody gets similar results when attempting to query an XML Doc with an XPath query or if this is expected behavior or if I'm using something incorrectly. <xml ...>
|
| how to set height of <textarea> element dynamically using xslt? | 02 Dec 2004 14:23 GMT | 3 |
in xml file I have some fields which are source for <textarea> element. I'd like to transform this file using xslt and set the rows property of <textarea> depend of lines in some source field. How to do this?
|
| WS newbie: How to obtain xsd? | 01 Dec 2004 23:20 GMT | 1 |
I am attempting to invoke a .NET created web service from another language (Smalltalk) and in order to generate the wrapper classes needed to deserialize the results I need the XSD file for the web service. How do I obtain this? I've tried using disco.exe to no avail.
|
| Is Visual Studio a bad validator? | 01 Dec 2004 23:12 GMT | 2 |
Can anyone please explain why VS.NET 2003 XML IDE sometimes has problems validating documents against a schema but the same document/schema validates fine when run against system.xml.xmlvalidatingreader. Is this a documented bug? I could not find much on google.
|
| XML Deserialize CDATA & Hexidecimal values | 01 Dec 2004 17:11 GMT | 2 |
I'm getting errors using XML deserialisation and CDATA sections when there are hexidecimal characters involved. If the CDATA section does not contain a hexidecimal values everything is fine. However if I have a hexidecimal value in the CDATA section the parser
|
| Deserialize from SelectSingleNode | 01 Dec 2004 17:00 GMT | 5 |
Is it possible to pull a single node (element) out of a complex XML file, using SelectSingleNode(), and then deserialize that node to an object? Could someone please post, or point me to, a simple, but complete
|
| xsd pattern needed | 01 Dec 2004 14:12 GMT | 1 |
i need to create a pattern for an string field in my xsd. the field may or may not have a value if it has a value it should be an integer. I have tried nillable and that didn't work. I'm writting this in c# using XmlValidatingReader.
|