| Thread | Last Post | Replies |
|
| Building a schema from a class/object at runtime | 31 Mar 2004 22:38 GMT | 1 |
I have the following serializable class. ---------------------------------------------------------------------------- -- Public Class Test
|
| How to capture SELECT ... FOR XML RAW | 31 Mar 2004 22:28 GMT | 2 |
Can u tell how to capture output of the following query into a variable and reuse the variable "select TOP 1 FirstName, LastName FROM pATIENT FOR XML AUTO" Thanks
|
| adding an element to XML | 31 Mar 2004 22:24 GMT | 1 |
I am getting data from a database in XML format. It looks like this <NewDataSet><Table1></Table1><Table2></Table2></NewDataSet Each time I update the XML it does so like this <NewDataSet><Table1></Table1><Table2></Table2><Table1></Table1><Table2></Table2></NewDataSet
|
| Publishing files to a web server | 30 Mar 2004 21:41 GMT | 10 |
I am writing an ASP.NET web service to enable publishing of content from a SQL server database to an internal web site. I am new to the .NET world and am seeking advice on the
|
| Custom sorting through xslt extension object | 30 Mar 2004 17:22 GMT | 5 |
I am trying to find information/example on how to do a custom sorting via adding an extension object to the transform. The requirement for the custom sorting is based on my assumption that nodes that contain values such as datetime value will not sort correctly by the
|
| How to generate xsl file from xsd | 30 Mar 2004 11:41 GMT | 1 |
How to generate xslt file from xsd How can I do that Thanks Ash
|
| append data to XML file | 30 Mar 2004 11:35 GMT | 1 |
I want to start with with xml <?xml version="1.0" encoding="utf-8"?><ControlNumbers><ControlNumber InputType="1" Number="12347" /></ControlNumbers and append xml to get this result <ControlNumbers><ControlNumber InputType="1" Number="12347" /><ControlNumber InputType="2" ...
|
| adding a WSDL reference | 30 Mar 2004 05:41 GMT | 1 |
What's wrong with this SOAP schema definition? http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0 I add to my project but I can use anything inside. There reference file is empty and I don't know why.
|
| Problem with Xml & XSL, please HELP | 29 Mar 2004 22:46 GMT | 2 |
I m working in VB.NET in front of ASP.Net and I would like to Transform Xml with XSL and I would like to get the Html results as string into one of my string params. How can I do that?
|
| Force serialization of elements | 29 Mar 2004 04:09 GMT | 1 |
I have a very simple XSD which I turn into a class using the xsd.exe tool. The XSD contains some binary and some string elements that have default values. However, when I serialize an object based on the resulting class, unless these values have been explicitly assigned,
|
| xmlexception | 27 Mar 2004 07:48 GMT | 4 |
I have a string which contains an xml file (strXml). When I try to load the string into an xml document I get an XmlException Dim doc As XmlDocument = New XmlDocument
|
| XPathNavigator and SelectSingleNode | 26 Mar 2004 20:22 GMT | 4 |
I like XPathNavigator because it's fast but one thing I miss from XmlDocument is the ability to retrieve a single matching node. It's very useful when I know there is only one such node under the parent. I am trying to find the easiest way to implement such functionality that
|
| Serializing XML document | 26 Mar 2004 13:56 GMT | 2 |
hello, I need to serialize this XML... <xmlData> <Names> <Name>John</Name>
|
| Is it possible to rename attribute name in an existing xml document? | 26 Mar 2004 05:05 GMT | 3 |
For example, if I have this xml doc ... <root><row column1="some value" /><row column1="more value" /></root> Now I would like to change column1 attribute name to newColumnName like this ...
|
| When is MS going to fix bug in System.Xml.Schema | 26 Mar 2004 04:38 GMT | 1 |
Concerning Q317490 http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q317490 When is Microsoft going to fix this? gkelly
|