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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ServerXMLHTTP.3.0 parsing problem31 May 2007 17:40 GMT4
I'm using an ASP 3.0 page to query the USPS site for shipping rate info using
the ServerXMLHTTP.3.0 object. The code is as follows:
set objSrvHTTP = Server.CreateObject("Msxml2.ServerXMLHTTP.3.0")
objSrvHTTP.open "GET",
XML Validation Test31 May 2007 08:33 GMT4
I have a DataContract from a WCF service that exists in a proxy assembly.
I want to create a test client for calling this service, so I thought I
would create an instance of the contract through Reflection, serialize to an
XmlDocument and then walk through the Xml creating ...
Bizarre XSD File Format Changes with Web Developer?30 May 2007 23:08 GMT3
I have a bizarre problem when I try to validate XML documents and their
schemas once they have been opened and transfered to a Visual Web Developer
2005 Express project. I receive validation errors for XML/XSDs that worked
fine when first created in another environment (XMLSpy ...
performance of XslTransform vs XslCompiledTransform29 May 2007 02:16 GMT3
From reading the documentation, I get the impression that
XslCompiledTransform should be faster than XslTransform
on my test with a large complex document and a large complex XSLT, the
transform took 4 minutes with XslTransform but 7 minutes with
XML AND apostrophe28 May 2007 17:18 GMT8
I need to make some search in a XML file to get element and/or attributes of
element from my ASP.NET web application (in C#)
My problem is that the value that I search can have an a postrophe and that
could generate an error. Here a sempliefied code:
deserialize CDATA section in XML28 May 2007 12:10 GMT1
I have got xml document with CDATA sections containing special characters
like links to images.  All Iwant is to display the content withing my div
section. Can you provide me a snippet of a code.
Thank you in advance.
XmlDataDocument problem25 May 2007 14:10 GMT3
I have a problem reading xml into a dataset using the XmlDataDocument.
In a test project, I created the following xml file:
<?xml version="1.0" standalone="yes"?>
<Customer>
XSD and xs:union?25 May 2007 12:17 GMT4
It seems that the XSD tool supplied with VS2005 does not handle
"xs:union".  Am I doing something wrong?  Is there a work-around?
Here is a simple sample file:
--------------------------------------------------
Is there XmlDecode/XmlEncode?24 May 2007 18:21 GMT3
I have a string containing XML embedded withing another XML document
as an attribute value. This is what the string looks like:
&lt;message&gt;quick brown fox&ltmessage/&gt;
I want to convert this to: <message>quick brown fox</message>
how to locate where an xslt stylesheet failed24 May 2007 09:26 GMT2
Dear experts,
After converting some .net code from using XslTransform to
XslCompiledTransform, one of my XSLs no longer runs. it fails with:
Attribute and namespace nodes cannot be added to the parent element after a
Newbie question: Loading an XML document into an object22 May 2007 16:13 GMT2
I'm new to XML. I've searched for an answer to this question, but
haven't found the right one, so I'm posting here.
I've created a class named Order, which contains some data columns
(CustName, CustAddr, etc).
XML newbie: How to add/replace an attribute19 May 2007 00:44 GMT1
Whenever I need to deal with XML I kind of stumble around in the XML
namespace until I find the class that seems to do what I'm trying to do.
This time around, I've been trying to find a reasonably straightforward way
to do something that should be very simple, and I've gotten to ...
Getting error 'The underlying connection was closed: The server committed an HTTP protocol violation'18 May 2007 20:20 GMT5
I am having application where i am downloading xml content using
webrequest.  my code is as below
HttpWebRequest lWebRequest = (HttpWebRequest) WebRequest.Create(URL);
HttpWebResponse lWebResponse = (HttpWebResponse)
XPath Validation using xsd Schema18 May 2007 06:12 GMT4
Does anyone know how can I validate XPath expressions using xsd
schema?
Thanks
Document.Save with indents18 May 2007 00:21 GMT2
is it possible to write an XML document into a file, which has a readable
structure by using indents? By doubleclicking the xml file, you see a
readable XML structure in IE, but if you open the file in a text editor, you
get an unformatted structure of the XML.
Pages: 1 2 3 4 April, 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.