| Thread | Last Post | Replies |
|
| DataRelations | 23 Oct 2003 02:57 GMT | 2 |
I have a problem getting Dataset.WriteXml() to create a nested xml realtionship. All I get is an inline xsd (all nodes are children of the root). Documentation says to use Dataset.Relations.Nested="true"; but this doesn't produce the nested xml as it should. I have even
|
| XML Parsing in c# | 23 Oct 2003 01:46 GMT | 1 |
I would like to replicate the following VB code in c# but having problems with the ancestor, could someone please suggest what I need to do here. I need to get the information - tag name - of the parent as specified in the second XPath statement
|
| ValidatingReader | 23 Oct 2003 01:45 GMT | 1 |
I have been able to implement a validating reader quite easily using the .net classes. The error generated when the xml document does not validate against the schema are similar to
|
| filtering xml | 22 Oct 2003 13:56 GMT | 4 |
I'm trying to filter an xml document that contains products for a CD store (music). My xml file is fine and displays fine, but I am a little confused about filtering it now. I want to give the user
|
| Filtered nodes with template/param, but xsl:number still counts them? | 22 Oct 2003 11:48 GMT | 1 |
Hi, I posted this today on the xsl-list, but no takers so I thought I'd try here. If nothing else, I would appreciate someone pointing me in the right direction. The following is just a portion of a longer template. I have varying
|
| XML and Encoding Problems. | 22 Oct 2003 11:43 GMT | 1 |
I'm tryin to read an XML file created by Oracle into SQL Server. Oracle creates a file using the "WE8ISO8859P1" character set : ISO-8859-1. I need to read the file using UTF-8. The code I'm using to read the file is:
|
| MSXML default version on XP ,2000 | 22 Oct 2003 11:37 GMT | 2 |
Are there any very safe version of MSXML I can use to build application on XP and 2000, so user don't need to upload any MSXML package to their machine(also this version is not that old) ? Thanks.
|
| newbie Transform question | 22 Oct 2003 08:55 GMT | 1 |
I'm using the transform to output XMLSS (for Excel) and it is working very well. I notice that the output is one long XML stream with no whitespace or carriage returns etc. Is there a way to have the XML that is output "formatted" so that it
|
| XML bug, what versions, etc | 22 Oct 2003 07:06 GMT | 1 |
>-----Original Message----- >Ian wrote: > >> How can I find out for certain which version my .NET |
| Commas and periods in xsd | 22 Oct 2003 07:01 GMT | 1 |
I defined a simpletype as a decimal in my xsd file. If I type a value like 12.7 the validation works, but if I try 12,7 the validation process gives me an error. I am in Brazil, and here decimal numbers are represented with commas, instead of periods (.). Is it possible to make the ...
|
| Replace <P> with nothing | 22 Oct 2003 05:14 GMT | 2 |
Good morning all, I have the following xml : <?xml version="1.0" encoding="UTF-8"?> <anchor>
|
| Flattening XML data during deserialization | 21 Oct 2003 21:24 GMT | 2 |
If I have an XML file that stores its data in a hierarchical relationship, is there a way to automatically "flatten" this relationship when I deserialize it (using the XmlSerializer) to a collection of objects? For example, assume that I have an XML file that contains the following ...
|
| .NET help | 21 Oct 2003 14:07 GMT | 1 |
It would be very much helpful to me if you post or email an answer to the following question. Here is the requirement and I need an approach with regards to this. I have java web services which exposes certain APIs. These services
|
| XPath Expressions | 21 Oct 2003 13:01 GMT | 1 |
Hi, I am having a problem using XPath when I validate Xml documents with a schema. Basically what happens is that an XPath query doesn't return the nodes I require if a schema is used to validate the XML. I'll try and explain it as briefly as possible here. For example, look at ...
|
| Conversion from XPathNavigator or XPathNodeIterator to XmlDocument? | 21 Oct 2003 12:58 GMT | 2 |
I would like to do the following: Use an XPathExpression to extract a nodeset from either an XmlDocument or an XPathDocument. I would later like to be able to add any one of these nodes to an XmlDocument.
|