| Thread | Last Post | Replies |
|
| Topics in XML | 29 Dec 2005 07:02 GMT | 4 |
I am a .NET Software Developer but I really have a hard time in understanding XML and its use in my applications so if anyone can tell me what are the important topics in .NET related to XML and any online material or books I can find.
|
| Trouble validating XML w/ XSD. | 28 Dec 2005 19:24 GMT | 4 |
I've got the some code to try and validate some xml. Against my schema, the "Good" xml (below) produces a couple of warnings, which I don't care about. The "Bad" xml (also below), produces warnings as well, but *should* be producing errors. The XML validator at
|
| How to code <A> target attribute | 27 Dec 2005 16:00 GMT | 1 |
<a> <xsl:attribute name="href"> http://<xsl:value-of select="name" /> </xsl:attribute>
|
| Newbie in XML | 26 Dec 2005 08:43 GMT | 6 |
I am using the following code, and the xml being generated is shown below: XmlNode root = Rdf.document.DocumentElement; XmlElement element = Rdf.document.CreateElement("rdf", "Stadium",
|
| XML Parsing with SAX | 25 Dec 2005 13:37 GMT | 2 |
Hi, Do anyone know if SAX can be used to parse XML using dotnet framework? If yes any sample will be greatly appreciated. Thanks.
|
| Optimizing searches in readonly XML | 25 Dec 2005 13:34 GMT | 4 |
I try to optimize a high loaded site ... the site needs to store in memory, a 400 tags XML that will be queried many times by many users (it have some biz rules)... I wonder if exists something like "compiled XML" or "binary XML" and clases
|
| Multiple namespaces | 23 Dec 2005 14:55 GMT | 1 |
Is it possible to write the following with the use of XML? How? <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cd="http://www.recshop.fake/cd#">
|
| XML Validation: required attributes | 23 Dec 2005 07:33 GMT | 6 |
I was trying to validate an XML document against a XSD which works fine. Then I tried to put in a version attribute on the root element and set it to a fixed value of '1.0' in the schema. Guess what? The validator completely ignores the attribute inspite of the fact that I
|
| Editing root name using XmlDocument | 22 Dec 2005 16:03 GMT | 1 |
i am new to xml can any one plz tell me how to change the root name in a xml. <NewDataSet> - <PersonInfo>
|
| soap binding | 22 Dec 2005 04:10 GMT | 4 |
Folks, I need some help. I have a webservice that needs to be consumed by a Java app in Websphere(our customer's partner). Unfortunately, we don't know much on the Java side. The question is that they are requiring that the <soap:binding transport="http://schemas.xmlsoap ...
|
| Deserialize elements to hashtable | 21 Dec 2005 23:12 GMT | 2 |
I am bit stuck here (it's monday and I am having probs concentrating). I have the following Xml file: <?xml version="1.0" encoding="utf-8" ?> <preferences>
|
| Converting SVG in to PDF | 21 Dec 2005 22:19 GMT | 3 |
Hi, I work in .net , I need to convert SVG in to pdf and send it over network through xml. Please help me..
|
| question about using the correct schema namespace | 20 Dec 2005 15:02 GMT | 1 |
I have a Access/VBA client that exports xml to the local drive, then posts it over http to an aspx page. The aspx page consumes it, then builds itself based on the xml data. This works find only if I first mannually change the root entry's namespace
|
| HELP? Having some problems with XML Serialization... | 20 Dec 2005 15:00 GMT | 2 |
I seem to be having a bit of a problem serializing a complex object into XML. I've done this many times with simpler objects and it's always worked just fine. The error I'm getting is the natorious "File or assembly name
|
| XML Validation in .NET | 20 Dec 2005 14:12 GMT | 2 |
In a schema, I have an element definition as follow: <xs:element name="XDateTime" nillable="true" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:dateTime">
|