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 / November 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
XML Merge/Diff tool?24 Nov 2005 15:36 GMT2
Is there a tool that will merge XML documents?  We also need the reverse, we
need to be able to create a Diff of two documents.  What we're trying to do
is just store differences of documents at different levels of hierarchy in
our configuration store.
How to convert an xml file to another ?24 Nov 2005 11:34 GMT5
I have to convert an xml file to another xml file that is very similar, but
some content are different, and the names of some nodes are different. In
fact it's a response to a message : while in the original file there is
<XXX>, the response file should contain <XXXResponse> with ...
Xslt/Xpath help24 Nov 2005 00:25 GMT6
I have an xml and i'm trying to loop each node...
When i do FOR EACH i seem not to get my desired result
I want to loop through and get only the values that matches the question i
specified with the corresponding answers? I don't want to retrieve all the
XPath Problem23 Nov 2005 04:03 GMT1
What does dotnet keep throwing a error here?  This is a valid xpath
expression but the error says "Expression must evaluate to a node-set."
           XmlNode feedNode =
               channelsXml.SelectSingleNode
Sign Xml23 Nov 2005 02:10 GMT1
I would like send an user a license certificate which is in xml file. It is
ok that they can read it they are just not allowed to change it. I have
tried to sign my xml document using the SignedXml class and the
RSACryptoServiceProvider to create the key and that works fine.
XmlValidatingReader not working with key constraint of type base64Binary23 Nov 2005 01:35 GMT3
I have this particular problem.  I have to use a base64Binary attribute
as a key for one element in my schema.  Everything is validating ok in
XmlSpy, but when using the .Net XmlValidatingReader to validate my Xml
file, the duplicate key doesn't seem to be checked.  When using a
XSD tool's class generation for <xs:list>: bug or not ?22 Nov 2005 19:05 GMT1
Hi, People
I'd like to restrict the contents of an element to a list of string
values delimited by a space such as the one below:
<tables>summary positions trades</tables>
Validating XML fragment with single namespace schema spread into multiple schema files using include.22 Nov 2005 17:55 GMT1
I have a problem on validating a xml fragment using a single namespace
schema which spread across multiple schema files using include in the
master schema file. No matter how I change the xml fragment (to include
default namespace xmlns='urn:xxx:yy' and any other namespace it may
How to call aspx page from C#22 Nov 2005 16:53 GMT1
I am forming a aspx url with query string parameters as variables.
sUrl = "http://abcd.com/getresults.aspx?zipcode=" + zipcode +
"&areaCode=" + areacode  + "&Landmark=" + landmark;
When this url formed is run in IE, it returns an xml in the browser.
Showing a XmlDocument22 Nov 2005 15:05 GMT7
Hi, this is maybe very easy and there's something I'm sure missing here but I
can't find how to show an Xmldocument object in f.ex. ie without save
document as xml first.
Is this possible?
XPath expression help22 Nov 2005 10:15 GMT3
I'd like to write an XPath expression that gets all nodes with a given
local-name, say 'Customer', within a given namespace.  From a prior response
I got the following to get nodes with a specific local-name:
     //*[local-name() = 'thenamehere']
Passing XML around in an app22 Nov 2005 09:41 GMT1
I'm writing a simple .NET 2.0 application and I'm writing a DLL for this app.
I want to pass an XML document into a public function of the dll and read
it's nodes and then pass the document around to other functions and subs in
the dll.
appending elements to existing xml22 Nov 2005 06:10 GMT1
hi guys...
I hav this problem, I am planning to write html form values to xml file
and... the problem is...
When I am entering data... its recording only the latest entry.. by
Importing nodes without namespace21 Nov 2005 15:26 GMT5
Hi, I'm having trouble with namespaces when importing nodes. I'd like to get
this output:
<exampleRoot xmlns="http://mynamespace">
 <row Lsm_Info="ABC123" />
XML Security21 Nov 2005 02:04 GMT1
I have a web hosting service I am paying for. I dont have privilages to
change read/write permissions on XML files (or any other on a network level
for that matter).
Security best practice?
Pages: 1 2 3 4 5 6 October, 2005
 
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.