HighTechTalks DotNet Forums  

Sponsored Links


Dotnet XML microsoft.public.dotnet.xml


Discuss in the Dotnet XML forum.



Post New Thread
Threads in Forum : Dotnet XML Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I'm at my wit's end with this one. Within an xsl:if test, I'm not able to get 2 variables to properly evaluate if one of them is wrapped within...
Eric Theil
01-15-2004 10:16 AM
Oleg Tkachenko Go to last post
3 41
I have two xml docs, authors & articles. Both have authorID as a common node <?xml version="1.0" encoding="utf-8"?> <!--This is a...
Mark Cushman
01-15-2004 07:14 AM
Mark Cushman Go to last post
0 13
Having problems with this: schema is: <xs:schema xmlns="xsdPayment"...
AT
01-15-2004 03:08 AM
Oleg Tkachenko Go to last post
1 21
I'm coding a web service using MarshalByRefObject in Visual C# and soapsuds... But how can I add a custom SOAP header? I've used the SoapHeader class...
SonGoku
01-14-2004 11:12 PM
Christoph Schittko [MVP] Go to last post
1 21
Of the numerous XML standards, the classes of System.XML support only XPath, XML Schema and DTD. If I want to exploit XLink, XInclude or XQuery, can...
Sergey Numerov
01-14-2004 11:10 PM
Christoph Schittko [MVP] Go to last post
1 15
Hi Kiran, I'm glad to hear that you've got the problem resolved. If you have any further questions, please feel free to post them in the...
AT
01-14-2004 08:12 PM
AT Go to last post
0 15
I am getting occasional errors when invoking calls on the low level API of the SOAP library (3.0 Toolkit). The HRESULT code is always...
Kyle K
01-14-2004 06:49 PM
Kyle K Go to last post
0 26
I'm using ASP.net vb.net and I make calls to a c++ dll and get back xml results. I've worked with a simple parser before in VFP and am looking...
MattB
01-14-2004 03:43 PM
Christopher Kimbell Go to last post
1 14
Hi, Can someone tell me what's the problem with my Xpath query ? This one work fine : Dim listnodes As XmlNodeList =...
Andre
01-14-2004 01:10 PM
Andre Go to last post
1 16
Hi, I am trying to convert a lot of web reports from ASP/VB to ASP.NET/VB.NET. I would like to save my dataset in XML and then use XSLT to transform...
AT
01-14-2004 12:09 PM
Cor Go to last post
1 15
hi , Am trying to read from and write to a same xml file.i have no prob when reading the xml file.but when i write to the same file i get the...
Jagadeesh
01-14-2004 10:14 AM
Oleg Tkachenko Go to last post
1 13
hi, i have an xml file that holds a URL string for an image location. how do i write the XSL code to display this image? thanks, PM
Paul M
01-14-2004 10:12 AM
Paul M Go to last post
2 12
I am attempting to use XPath to query for a specific node in the sample XML I've provided below. I'm unsure of the exact XPath syntax, but I believe...
Brad Hehe
01-14-2004 09:53 AM
Oleg Tkachenko Go to last post
1 10
With both .NET 1.0 and 1.1 I have found the following strange behaviour where System.Xml.XmlDocument.LoadXml doesn't throw an error when parsing a...
Martin Honnen
01-14-2004 09:45 AM
Oleg Tkachenko Go to last post
1 17
Experienced members, I need some advice, or maybe I am missing something simple. I have 2 classes. public class Manager public property Controls...
Chris Smith
01-14-2004 04:09 AM
Sorin Dolha Go to last post
2 50
Hi, I am trying to write to an Xml document. My xml file is present is in the current working directory but whenever i try to make changes to the...
smita
01-14-2004 04:04 AM
Sorin Dolha Go to last post
3 15
Hi, I am very new to xml. I have a datatable I need to group by and was suggested that xml and xpath might be the way to go. I converted...
AT
01-14-2004 12:38 AM
Dimitre Novatchev Go to last post
1 22
Hello! I need a XML-Export for my Software. Now I have created some test files, which can be read under XML Notepad or Internet Explorer whitout any...
Christian-Josef Schrattenthaler
01-13-2004 11:32 PM
Chris Smith Go to last post
1 31
Can anybody tell me how to do the following from ASP in .net dim xmlhttp, strMsg, strUrl, strXmlText strUrl =...
Bob T
01-13-2004 10:44 PM
Bob T Go to last post
0 16
Hi. I've got an XML doc which looks like something like that : <member name="F:Pssoft.Utilities.DB.EasyDB._orcPackagePrefix"> <summary> The name...
Eric
01-13-2004 04:34 PM
Dimitre Novatchev Go to last post
1 22
We have a XML script which uses the default namespace. See below: <?xml version="1.0" encoding="UTF-16"?> <Import...
Kstoj
01-13-2004 04:05 PM
Dimitre Novatchev Go to last post
1 20
Hi, I am new to XML and have done the TempConvert walkthrough with success. My goal is to interface with data from a 3rd party provider I am...
Bob T
01-13-2004 03:56 PM
Bob T Go to last post
0 38
I have a legacy data specification that I want to move into XML. My question revolves around specificity (in general) (c: Being a noob I don't know...
bullshark
01-13-2004 10:01 AM
bullshark Go to last post
0 19
I apologize if this should be posted in ADO.net, but it does have to do with XML. I have a header table and a detail table that uses a field called...
Darryl
01-13-2004 09:27 AM
Darryl Go to last post
0 19
Hi all Can Anyone tell me if it is possible to load X509 certificate which is attached to Signed XML doc. I want veryfy signature and if it is OK...
Muzzy Co
01-13-2004 09:07 AM
Muzzy Co Go to last post
0 12
I would like to know after transforming my datatables which store in dataset into XML form. Now I want to save it into a file and also create a XLST...
Hai Nguyen
01-13-2004 03:41 AM
Oleg Tkachenko Go to last post
3 16
I am trying to sum the amounts attributes of a transaction element but only for transaction elements where the SaleType attribute is equal...
Joe McIntier
01-13-2004 03:27 AM
Oleg Tkachenko Go to last post
1 18
Hi Kiran, I think there might be an invalid character in the XML file which isn't supported by the current setting of Unicode code page. Could you...
AT
01-13-2004 12:57 AM
AT Go to last post
0 16
here's the spec reference: http://www.w3.org/TR/REC-xml#charsets -- HTH Christoph Schittko Software Architect, .NET Mentor "Kiran" <kiranjoseph74...
Christoph Schittko [MVP]
01-12-2004 10:41 PM
Christoph Schittko [MVP] Go to last post
0 20
Kiran, 0x0C is not a legal character in any XML document (regardless if IE does display it). The spec explicitly spells out which characters may...
Christoph Schittko [MVP]
01-12-2004 10:40 PM
Christoph Schittko [MVP] Go to last post
0 10
I'm having a problem translating nested XML to relational tables and would appreciate anyone's advice with it. I've written some code in C# that...
Fred Chateau
01-12-2004 09:54 PM
AT Go to last post
6 21
Hi guys, I have dot net env installed in my system Could you please help me in finding where can i get xsd.exe thank you \
Murali Inguva
01-12-2004 03:25 PM
Michael Go to last post
1 39
Hey buddies, I am looking for a web site containing .NET growth surveys / statistics North America (mainly) and all over the world. Can anybody help...
TO
01-12-2004 02:34 PM
TO Go to last post
0 20
"Kathleen Dollard" wrote ... data adpater that returns multiple data tables. When you are saving data back to the store, you'll need a data adapter...
Fred Chateau
01-12-2004 01:53 PM
Miha Markic Go to last post
3 10
I am using the XPathNavigator.Value in .Net to get the value of one of the elements(say "Notes") from my XML ? The value contains lots of "line...
Venky
01-12-2004 11:51 AM
Oleg Tkachenko Go to last post
1 12
I'm trying to serialize a class I have and have been getting: An unhandled exception of type 'System.InvalidOperationException' occurred in...
Jeff Bunting
01-12-2004 11:16 AM
Jeff Bunting Go to last post
6 18
Dear Users, I'm programming a vb.net client; I have to provide a new feature that has to validates an xml document with an existing dtd file (or a...
Fabrizio Cyber
01-12-2004 09:34 AM
Fabrizio Cyber Go to last post
0 17
Hi! I have this problem. I am sending as a parameter for a webmethod a string containing '\r\n' sequences. For some reason, when I debug my...
Alin Popovici
01-12-2004 09:33 AM
Alin Popovici Go to last post
3 9
Dear, When I used the xsd.exe tool to generate C# classes from schemas, I discovered that the automatically generated codes have no difference when...
AT
01-11-2004 10:42 PM
AT Go to last post
0 32
Dear, I have used xsd.exe tool to generate a class from a schema. Then I used XMLSerializer to deserialize an xml file using that class, changed...
Grace
01-11-2004 08:48 PM
Grace Go to last post
0 17
Dear, I have used xsd.exe tool to generate a class from a schema. Then I used XMLSerializer to deserialize an xml file using that class, changed...
Grace
01-11-2004 05:58 AM
Grace Go to last post
0 15
Hello, I am trying to use serialization to get an XML document in the following format <allevents> <event> <title>hello</title> <media>
Gary Brewer
01-10-2004 10:15 PM
Christoph Schittko [MVP] Go to last post
3 10
Fredrik Nelson wrote: You need to declare xmlns:somePrefix="http://ixx.se/MyDataSet.xsd" here in the stylesheet and then use <xsl:template...
Martin Honnen
01-10-2004 07:16 AM
Martin Honnen Go to last post
5 15
My problem is very simple but I can think of no workaround: I have an object made with C# with a method using a params parameter (signature is...
Francois Lemaire
01-09-2004 12:04 PM
Matt Frame Go to last post
3 18
I'm trying to write a schema that allows me to substitute entensions for a base type. The schema (included below) defines a StepType and an...
AT
01-09-2004 08:59 AM
Daniel Shookowsky Go to last post
2 11
I have created a schema to vallidate SOAP messages the first couple of lines are as follows: <?xml version="1.0" encoding="utf-8"...
Peter Wullems
01-09-2004 08:40 AM
Peter Wullems Go to last post
4 29
I've a fairly complex schema which I'm trying to create a typed data set for. I've had a number of issues to date but it is sort of working (e.g....
Iain
01-09-2004 08:07 AM
Iain Go to last post
1 16
I'm trying to create a simple Schema and associated document in Visual Studio that will store information regarding units and conversion...
Dave Taylor
01-08-2004 11:07 PM
Christoph Schittko [MVP] Go to last post
1 25
Hi, I searched through this newsgroup looking for an answer for this, but didn't find any (it probably is here. Just didn't find it). I am trying to...
John Francisco Williams
01-08-2004 03:47 PM
John Francisco Williams Go to last post
3 34
I have an application that reads through an XML document and validates it against a DTD. During the read of the document I look at difference...
Matt Frame
01-08-2004 11:50 AM
Oleg Tkachenko Go to last post
1 14
Post New Thread

Display Options
Showing threads 5401 to 5450 of 6555
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.