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 / August 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Serializing descendants of generic collections31 Aug 2007 15:14 GMT2
Can anyone explain why the following program doesn't work?  The
attributes and elements of the MessageList class are not being
generated.
Am I doing something incorrectly?  Or if this is a bug in .NET, is
guidance on writing XML31 Aug 2007 13:25 GMT5
I'm creating some XML documents in my C# .net 2.0 code. To date I've mostly
only read XML. Now I'm writing it and I'm struggling to figure out the best
ways to do it and the best classes to use. Essentially I'm starting with a
XML file that contains the root and start and end ...
Cognos XML-Schema - How to read?29 Aug 2007 23:48 GMT2
Hi ng,
I can't handle this XML-Schema (below)
I want to access the data like "Select Name from DATA".
<?xml version="1.0" encoding="utf-8"?>
How to select parent based on a child value via XPath?29 Aug 2007 23:25 GMT1
Here is sample XML:
<Root>
  <A>
     <B>
Decoding XML response in VB .NET28 Aug 2007 21:13 GMT5
The following is the SOAP response from my customer 's intranet based web
service. From my VB app I call:
Response = getOrdersForDateRange(94, #8/28/2007#, #8/29/2007#) and this is
what comes back:
Robust deserializer - Handling errors in XML28 Aug 2007 12:00 GMT1
I am using XmlSerializer to deserialize XML, and sometimes have to deal with legacy files with slight differences, for example "yes" where "Yes" is expected, i.e.
Expected: &lt;Enabled&gt;yes&lt;/Enabled&gt;
Actual: &lt;Enabled&gt;Yes&lt;/Enabled&gt;
This causes an ...
Annotated XSD mapping of unary tags28 Aug 2007 11:54 GMT1
I am trying to export SQL data using SQLXML4.0 and annotated XSD. The
XSD was provided by our vendor and contains definition for choice and
unary tags. Structure is something like
xsd:complexType -> xsd:choice -> xsd:element type="unary".
What is the correct way to do an XSL Transform .Net 2.028 Aug 2007 11:52 GMT1
We just switched one of our larger applications from using .Net 1.1
to .Net 2.0. The XMLDocument XMLMainDoc is used heavily in the
application. One place we use it is in sending HTML emails. We
transform XMLMainDoc against some XSL and send the results as an
XPath and namespaces27 Aug 2007 18:30 GMT4
Hi;
First off, I think I still do not understand exactly how we are supposed to
handle namespaces when doing xpath queries under .NET so I may have some bad
assumptions here.
Generate typed DataSet from XML or create typed DataSet from xsd?27 Aug 2007 17:53 GMT2
I can easily create an xsd from an xml file in Visual Studio 2005. But
I want a typed DataSet, so is there an option to create that typed
DataSet from the xsd or the xml file? I need many such typed DataSets
so I don't want to create them from scratch.
How do I access a reference in XmlSchema?26 Aug 2007 03:26 GMT4
I have an xsd:
    <xsd:element name="comment" type="xsd:string">
        <xsd:annotation>
            <xsd:documentation>hi there</xsd:documentation>
Which is the root element26 Aug 2007 03:26 GMT4
Hi;
I have an xsd that has:
    <xsd:element name="purchaseOrder" type="PurchaseOrderType"/>
    <xsd:element name="comment" type="xsd:string"/>
DirectoryNotFoundException: app  is looking in    bin\x86\Debug   for my xml file23 Aug 2007 18:03 GMT6
Is there a way, during development, to make it so that you can have the XML
file in the same folder in which the bin folder is found?  It seems crazy to
me that during Debug that it is looking in the bin folder if it isn't
putting it in that bin folder.
Writing to windows registry using XML....23 Aug 2007 12:43 GMT1
I have query regarding the registry.
Is it possible to write it to windows registry using the XML?
if yes then what is the API or tag used to write it.
I am just a beginner in XML.
Input caching within Global.asax23 Aug 2007 08:56 GMT17
Not sure if this is better put heree or in some IIS6 NG.
I have put input caching into my global.asax file.  Code listing below.  I
put a file dependency on the cache.
My issues is, my log file gets an entry when Application_Start gets
Pages: 1 2 3 4 July, 2007
 
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.