| Thread | Last Post | Replies |
|
| .NET SDK 2.0: complex types with minOccurs = 0 and nillable = true | 08 Aug 2005 23:21 GMT | 5 |
If I create an element X of a primitive type with minOccurs=0 and nillable=true and run it through the WSDL generator I get a class with a property "X" of the primitive type plus a boolean "XSpecified" attribute to say if it was not specified rather than null. But if I have a ...
|
| how to detect who redirects traffic to a aspx page? is this info passed along in request object or can sites anonymously redirect traffic to other sites? | 08 Aug 2005 23:08 GMT | 2 |
how to detect who redirects traffic to a aspx page? is this info passed along in request object or can sites anonymously redirect traffic to other sites?
|
| Do ID & IDREF work in DOTNET - they do in MSXML4.0 | 08 Aug 2005 17:06 GMT | 2 |
I'm having problems getting the .NET 1.1 XSL transform to cross reference using ID / IDREF correctly. I have collapsed to a simple set of files to show the problem more clearly... The output line using MSXML4.0 is correct
|
| MSXML to System.Xml Conversion Code | 08 Aug 2005 07:30 GMT | 1 |
I have some code that I am converting from VB6 to C#. The VB code used the 'urn:schemas-microsoft-com:datatypes' schema to allow the entry of strongly typed data via the nodeTypedValue properties on MSXML elements. In System.Xml I am seeing that nodeTypedValue ability is not ...
|
| XML Newbie Question | 08 Aug 2005 04:33 GMT | 2 |
I have a class class SearchStateSpec { private string _text;
|
| Need help modifying XML file... | 08 Aug 2005 03:06 GMT | 2 |
I have this xml file... <?xml version="1.0" encoding="utf-8" standalone="yes"?> <images> <pic>
|
| XSL formatting a list into 2 columns | 07 Aug 2005 10:02 GMT | 1 |
I have an XML file which has a list of objects: <objects> <object> <name>Fred</name>
|
| Transform using xml and xsd | 07 Aug 2005 09:56 GMT | 2 |
I am doing a transform using an xml document and an xslt based on the xml document. What I want to do is create the xslt from the xsd so that it uses types rather than names. The problem i have is that neither the xsltransform object or an
|
| does C# have any collection objects that support sort functionality so that I dont have to write my own sorting algorithm? | 05 Aug 2005 20:00 GMT | 1 |
does C# have any collection objects that support sort functionality so that I dont have to write my own sorting algorithm?
|
| XML Data Islands - use of DSO | 05 Aug 2005 18:09 GMT | 2 |
Is it possible to perform two way Data Binding (at the client) using and XML DSO? I am interested in dynamic update of a web page (including update of the data source - the source for the XML).
|
| xml attribute serialization | 05 Aug 2005 15:45 GMT | 1 |
i need to serialize my class into xml that looks like this: <dog> <breed type="large">spaniel</breed> </dog>
|
| XSLT Extension Object returns empty default namespace | 05 Aug 2005 15:42 GMT | 2 |
I have an Xslt extension object that returns a node-set to the xslt stylesheet which then uses an xsl:copy-to statement to write it to the output. The problem I am having is that the copied elements appear with an
|
| Security for Xml File | 05 Aug 2005 08:45 GMT | 2 |
Hello world, How to protect Xml Files in a We Site Directory ? Is it possible to protect Xml file like Sql Security ? Nico
|
| XML Parsing errors | 05 Aug 2005 08:34 GMT | 2 |
I've added a configuration file similar to Web.config but that does not invoke a restart when changed, just a cache dependency. At various times I'm getting a seeingly random one of the following errors:
|
| Reverse Transform XML with XSLT | 05 Aug 2005 08:24 GMT | 2 |
i transform xml A to xml B with an xslt. Is it possible to use that xslt to tranform xml B to xml A? Or exist tools to create a corresponding xslt B from the original xslt? Thanks for help.
|