Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / XML / March 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Building a schema from a class/object at runtime 31 Mar 2004 22:38 GMT1
I have the following serializable class.
----------------------------------------------------------------------------
--
Public Class Test
How to capture SELECT ... FOR XML RAW31 Mar 2004 22:28 GMT2
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 XML31 Mar 2004 22:24 GMT1
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 server30 Mar 2004 21:41 GMT10
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 object30 Mar 2004 17:22 GMT5
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 xsd30 Mar 2004 11:41 GMT1
How to generate xslt file from xsd
How can I do that
Thanks
Ash
append data to XML file30 Mar 2004 11:35 GMT1
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 reference30 Mar 2004 05:41 GMT1
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 HELP29 Mar 2004 22:46 GMT2
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 elements29 Mar 2004 04:09 GMT1
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,
xmlexception27 Mar 2004 07:48 GMT4
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 SelectSingleNode26 Mar 2004 20:22 GMT4
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 document26 Mar 2004 13:56 GMT2
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 GMT3
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.Schema26 Mar 2004 04:38 GMT1
Concerning Q317490
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q317490
When is Microsoft going to fix this?
gkelly
Pages: 1 2 3 4 5 6 7 8 9 February, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.