| Thread | Last Post | Replies |
|
| Define element of XSD as an element in another XSD file | 04 Dec 2003 11:06 GMT | 1 |
I'm new to hand-coding XSD files - how can I indicate that I want to reference tags from another XSD document in a certain section of my XSD? Essentially, I want to define one XSD with some elements and in another XSD define an area that allows elements from the first XSD.
|
| Is there a way to pass param array to xslt funtion in extended object of xsl? thanks. | 04 Dec 2003 11:03 GMT | 5 |
|
| saving as xml | 04 Dec 2003 10:59 GMT | 1 |
The following url give you an XML output http://webservices.titantvguide.titantv.com/contentblocks.asmx/TonightOn?registr ationKey=g8byqgPai3PYi1i7VOfEcKDfKOeYwmYM is there a way to save this as an xml file on to the server? Thanks in Advance.
|
| Automatic XMLSerializing | 03 Dec 2003 19:58 GMT | 4 |
This is a two part question: 1)trying to serialize a read only class member. I have a public property with a get statement, but not set, hence read only. When I serialize the class, this property is
|
| Tranforming the format of XML | 03 Dec 2003 17:13 GMT | 4 |
Hello, please can someone help me with the following: If I have the following XML. <Tables> <Table>
|
| XPath MaFan | 03 Dec 2003 09:42 GMT | 2 |
Isn't this a bit non-clever, that IDs in the second level are not accessible like that? After all attributes can never have children, so why not checking this in the xpath processer. Place the code in VB6 with MSXML referenced and find out that the second xdn node is nothing. Not ...
|
| Filter XML using XPath | 03 Dec 2003 04:33 GMT | 2 |
The following XML file shows an example of some config data for a Side Button Bar control. There are two forms this Button Bar control relates to, "frmMainMenu" and "Listing".
|
| Save FormSettings of MULTIPLE Forms in XML file!? (VB.NET) | 03 Dec 2003 01:46 GMT | 1 |
I found some examples for storing the FormSettings of a Form in an XML-file, but none of these could match my criteria: What I am looking for is the possibility to save the FormSettings of multiple Instances of 1 form. I have a Form frmSource from which I have multiple Instances, ...
|
| Can not serialize data from webservice | 03 Dec 2003 00:49 GMT | 1 |
I anyone have a clue or can solve my problem I would be glad :-) Regards Michael I have a problem with creating an XML-document where the returning data from the webservice, have been serialized.
|
| XmlDocument.Load(file) without entity resolving? | 02 Dec 2003 19:00 GMT | 2 |
I need to merge several XML files into one large. All of them has a DOCTYPE tag, but the SYSTEM identifier points to a DTD that doesn't exist. (I use the PUBLIC identifier with catalog files, so the SYSTEM identifiers has no purpose in my application.)
|
| XmlTextReader.Read() and ampersand? | 02 Dec 2003 18:57 GMT | 1 |
XmlTextReader reader = new XmlTextReader ("c:/downloads/somedata.xml"); while (reader.Read()) {
|
| Format XML Nodes | 02 Dec 2003 18:53 GMT | 1 |
I have xml look like following <ContactInformation> <ContactName> <Name>
|
| Reading a XML on the server | 02 Dec 2003 15:39 GMT | 4 |
I have two applications(client and server) that pass an XML document but I have a hard time reading the XML document on the server side. So the client application creates the XML document and
|
| how to decode iso-8859-1 | 02 Dec 2003 13:32 GMT | 3 |
I have this kind of string, dim myString as string = " =E0 ton essai d'=E9tablir une" i know the kind of encoding, here I have iso-8859-1 dim charset as string ="iso-8859-1"
|
| ms:format-date() ? | 02 Dec 2003 13:27 GMT | 1 |
Been trying to use the ms:format-date() in one of my transformations. I have all of the necessary declarations in my xml as in <?xml version="1.0" ?> <data xml:space="default"
|