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 / June 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Sending XML Image24 Jun 2004 20:03 GMT1
Hi, I'm trying to send an image over XML.  My routine gets the name, then
gets the image out of a SQL database.  This part works fine...  but the XML
returns the object, I get the following error:  "System.Drawing.Bitmap
cannot be serialized because it does not have a default public ...
Error loading XML into DataSet24 Jun 2004 16:45 GMT2
When I try to load this xml file (see below) into an asp.net dataset
using the following code:
ds.ReadXml("xmlfilepath\xmlfile.xml", XmlReadMode.Auto)
I get the following error:
DocBooks24 Jun 2004 15:11 GMT3
Hi, all!
I would like to seek your advice/answers about docBooks in Visual
Studio.NET.
Here are my questions:
Looping through XML in asp.net24 Jun 2004 13:20 GMT1
I'm trying to extract data from a simple XML document that holds the data in 2 levels by looping through the levels.   Simplified code is:
Dim doc As New XmlDataDocument
Dim strngs As String, strng1 As String, strng2 As String
Dim Node1 As XmlNode, Node2 As XmlNode
Strange behaviour with identical  XmlNode.SelectSingleNode(xpathQuery) queries24 Jun 2004 09:28 GMT2
I have two queries that appear to be exactly the same, but one of them
returns null while the other one returns a valid result!
Can anyone provide an explanation to why this is so? Below is an nunit
test that exposes the problem. I have run the test under both the 1.0
Problem with Schema Validations using XmlValidatingReade--HELP23 Jun 2004 20:18 GMT1
I Have 2 separate schemas.
--------------Schema 1 is defined as below-----------
<xs:schema targetNamespace="http://Schemas/1" xmlns="http://Schemas/1" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:element ...
remove nodes that belong to a namespace23 Jun 2004 15:43 GMT3
  Following is a portion of an XML document. I need to remove all nodes
that belong to ns0 without deleting their child nodes. So in the following
example , I want to delete "ns0:Proposal" and "ns0:Company" but I do not
want to delete their child nodes("w:p","w:r","w:t"). How can I ...
Schema Valdiation error23 Jun 2004 12:03 GMT1
I try to validate a complex schema using XSD and I get a series of errors of the following format:
Validation Error:'http://xml.msdw.com/ns/mdco/data/1.0:tradeSymbol' cannot be a member of substitution group with head element 'http://xml.msdw.com/ns/mdco/xml/2.0 ...
Ignore DocType23 Jun 2004 10:38 GMT4
I am reading data from an XML document with xmlDoc.load(fullname).
Unfortunately, in my xml file there is the definition of a doctype file
that is not available and so, it buggs. I would like to ignore it, to
remove this line, or I don?t know? my language is Visual C#.
Using XmlSecureResolver.CreateEvidenceForUrl?23 Jun 2004 10:35 GMT1
I am having trouble getting a transformation to work. Basic
transformation
works locally - i.e. if I have the XSL on a local system it all works
as it
Parse/convert "True" or "False" to boolean?23 Jun 2004 10:31 GMT2
I have what should be a trivial problem.  I am using XMLSerializer to
serialize an object.  It serializes boolean values as "True" and
"False".  I then want to use an XSLT on this XML, and I want to use
one of these booleans in a test.  How do I convert one of these to a
Flat File To XML Roundtrip23 Jun 2004 07:13 GMT3
OK I'm on a steep learning curve with XML et.al. and need some advice.
I'm writing a B2B front door for a new application. I have multiple
data suppliers all sending various formats of flat files. Most of the
inbound files are CSV (but a couple are tab-delimitted and one is an
replacing nodes23 Jun 2004 06:59 GMT1
       Following in a portion of an xml document. I would like to replace
"nso:Proposal" node with its child "w:p" node programmatically. How can I do
this?
       Thanks.
xsd.exe errors with schemas importing other schemas23 Jun 2004 06:24 GMT1
I am working with XSD.exe vs.net command line util. I have an XSD that I am trying to use to generate classes with. However, the XSD references another schema and the XSD.exe is having trouble finding the referenced schema. Does anyone have an example of what the command line ...
Flags style enum?22 Jun 2004 17:53 GMT2
Is there a way to represent a [Flags] style enum in XML Schema?  Say I have
a flags enum like so:
[Flags]
public enum dayOfWeek {
Pages: 1 2 3 4 5 6 7 8 9 May, 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.