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     
any ideas or pointers wrt XMLDSIG -- Tarun ********************************************************************** Tarundeep Singh...
Tarundeep Singh Kalra
04-12-2004 03:35 AM
Tarundeep Singh Kalra Go to last post
0 47
The Access development group here at this company has exported its reports in xml format from Access 2003. I have no influence on how they have...
Peter Petrillo
04-12-2004 01:01 AM
Dare Obasanjo [MSFT] Go to last post
1 22
I am using format-number(-1234.56,'#,##0.00;(#,##0.00)') in a stylesheet that works in every xsl processor (including MSXML2) except for the one...
Richard Haber
04-11-2004 02:30 PM
Richard Haber Go to last post
2 27
hello. i am trying to bind some xml as a datasource to my datarepeater control. i have managed to load the xml as the datasource, but what do i put...
suzy
04-11-2004 12:51 PM
suzy Go to last post
0 19
Hi... i try to serialize a object inherited of label control, as follow: //definition public class WinLabel : System.Windows.Forms.Label { public...
Luiz Rafael Fernandes
04-11-2004 11:27 AM
Derek Harmon Go to last post
1 26
Hi, I have some troubles with Xpath when I'm using it with a XmlDocument containing two namespaces. Here is the XmlDocument : <grammar...
Nakah
04-11-2004 11:17 AM
Derek Harmon Go to last post
1 32
Hi, I've a simple issue with the use of extension objects. I'm trying to call a text formating method from an object that I add to my arguments...
Gauthier
04-09-2004 05:30 PM
Oleg Tkachenko [MVP] Go to last post
4 18
Hi, how could I find out a node has childern or no using xpath ? Thanks
C# newbie
04-09-2004 03:45 PM
C# newbie Go to last post
2 26
Hi group, I've written a program which uses this XPath query: //* as you better know, it finds and locates "SomeString" under any path within an...
C# newbie
04-09-2004 03:44 PM
C# newbie Go to last post
4 18
i found an example using regular expressio http://www.asia.microsoft.com/mspress/books/sampchap/5199a.as maybe you can modify that or google for...
tMan
04-09-2004 11:56 AM
tMan Go to last post
0 22
Hi all, I'm trying to put together an XSD for an XML type I'm experimenting with. I was just wondering whether it's possible for me to validate...
Anthony Williams
04-09-2004 03:45 AM
AT Go to last post
3 32
XmlNodeList CommonFiles = ProgramBackup.SelectNodes("Directory"); This generates a XPathException "'Directory' has an invalid token." How can I do...
Mike Oliszewski
04-09-2004 02:47 AM
AT Go to last post
2 19
Hello, I have a class like the following public class person public FirstName as string public LastName as string end class
Noah Subrin
04-09-2004 02:28 AM
Alex Shirshov Go to last post
1 22
Hi. Does the Validate Schema menu option interpret any feature of a .xsd file? I am trying to test a simple extension from a complextype, but when I...
Julian Hershel
04-09-2004 02:24 AM
Alex Shirshov Go to last post
1 18
I've seen a couple other posts on this but no real answers. I'm trying to do a bulk insert and everything is fine until I run...
AT
04-09-2004 12:19 AM
NaraendiraKumar R. R. Go to last post
3 22
I am receiving an error stating that File or Assembly name <filname.dll>, or one of its dependencies, was not found In one assembly I have three...
AT
04-08-2004 10:44 PM
AT Go to last post
0 13
I have a dataset that has DBNull in certain columns, now when I write out this one to XML, I only get the columns as elements that do have data in...
AT
04-08-2004 08:06 PM
Derek Harmon Go to last post
1 23
I have an object that is being serialized via the XmlSerializer and stored in a database in xml format. Since initial creation, some of the...
AT
04-08-2004 10:51 AM
AT Go to last post
0 22
hi all, I'm trying to deserialize the return of a webservice which gives me back an array like {system.Array} (0): {system.xml.xmlattribute} (1):...
Leandro Moraes
04-08-2004 09:52 AM
Leandro Moraes Go to last post
0 23
My transform in cludes a variable that holds a node set from the node-set() extension function. It the transformation works fine when using MSXML2...
John Sever
04-08-2004 08:06 AM
AT Go to last post
5 23
All data for my company is stored on an internet web server, hosted by discountasp.net, and a web service is used for both Windows and web clients to...
James
04-08-2004 04:51 AM
AT Go to last post
1 17
I have an XML document that I am trying to display in my ASP.NET page. I am using an XSL Transform to display repeating XML data in a specific...
AT
04-07-2004 09:20 PM
AT Go to last post
0 17
I have following xml file and I want to read <EquipmentClass> tag and it's Text.This xml file implements B2MML schema and hence xml file structure is...
scorpion74
04-07-2004 06:56 PM
Derek Harmon Go to last post
1 45
Hello I have an idea of what I want to do, but I'm not entirely sure how to do it, whether it's a practical or good idea and which components to...
Russell Wyatt
04-07-2004 06:09 PM
Russell Wyatt Go to last post
2 21
Peter wrote: There is nothing in XSLT or XPath to help you with line numbers. The only way I'm aware is the following trick - extend XmlDocument...
Oleg Tkachenko [MVP]
04-07-2004 03:26 PM
Oleg Tkachenko [MVP] Go to last post
0 16
I am trying to create a csv inner text inside of an XML file. The file I am trying to process has a lot of data, but I seem to get a memory error on...
MFRASER
04-07-2004 12:44 PM
MFRASER Go to last post
0 23
I want to know where can I find Tutorials/Articles to learn implementing XML with asp.net. I am working on ASP.NET using C# from last one month. I...
Vinod Jajoo
04-07-2004 02:47 AM
Vinod Jajoo Go to last post
0 14
Hi Is it possible to control the node style that XslTransform uses to output XML? I'm trying to convert a file from XML to RDF and if I do the...
Paul Hatcher
04-07-2004 01:30 AM
NaraendiraKumar R. R. Go to last post
3 38
Don't believe so. This - I think - is because interfaces cannot be instantiated on the other end of the channel. -Naraen --- "niraj" <anonymous...
NaraendiraKumar R. R.
04-07-2004 01:27 AM
NaraendiraKumar R. R. Go to last post
0 36
I have a Windows service that reads messages off a message queue and performs several XSL transforms per message. The XSL documents are...
Robert Gaut
04-06-2004 09:38 PM
Robert Gaut Go to last post
0 19
Below is some code that use to work. Now it is not and I have yet to figure out why. I want to select the nodes to a nodelist and remove them from...
Bob
04-06-2004 08:32 PM
Derek Harmon Go to last post
3 55
I think I've gotten the hang of XML and XSLT...at least enough to produce the results I'm looking for. I now need to take the next step and use...
darrel
04-06-2004 05:36 PM
darrel Go to last post
4 41
Hello World, any idea how I can convince MSXML.IXMLDOMDocument to save the XML files using CR/LF? I need to manually edit the XML files and...
Arthur Hoornweg
04-06-2004 01:06 PM
NaraendiraKumar R.R. Go to last post
4 21
and returning the xml to the requesting web page, how do you insert the XML declaration? ds.EnforceConstraints = False Response.ContentType =...
Tom Vukovich
04-06-2004 05:30 AM
AT Go to last post
3 24
Hi all Is there an element/concept in XML which stands by the keyword "XE". In other words does this keyword ("XE") has anything to do with...
karthik
04-06-2004 02:24 AM
Christoph Schittko [MVP] Go to last post
2 32
Can you load an XmlDocument with a file located on a network share? I thought maybe the XmlResolver could be used XmlUrlResolver resolver = new...
Dave
04-06-2004 02:23 AM
Christoph Schittko [MVP] Go to last post
1 28
Paul, It's actually pretty intuitive ;) A field of type System.Xml.XmlCDataSection will serialize as a CDATA section .... as with all types derived...
Christoph Schittko [MVP]
04-06-2004 02:12 AM
Christoph Schittko [MVP] Go to last post
4 21
I have the problem that when I write XML from a dataset I get certain columns that are empty not as empty elements, rather not at all. To avoid that...
AT
04-06-2004 01:51 AM
NaraendiraKumar R. R. Go to last post
1 27
Your code creates an XmlNamespaceManager but doesn't pass it to the SelectNodes methods when they are called. -- This posting is provided "AS IS"...
Dare Obasanjo [MSFT]
04-05-2004 07:20 PM
Dare Obasanjo [MSFT] Go to last post
0 25
Thanks for your response Derek As it turns out, other places in the code copy the dataset into another dataset while formatting the output. This...
AT
04-05-2004 05:12 AM
AT Go to last post
0 17
Dear all, I'm trying to search for "width" and "height" in the root node in an SVG doc and remove them accordingly, what I don't understand is if I...
Julius Mong
04-05-2004 03:22 AM
Julius Mong Go to last post
2 19
Hi, I need to store the size of my form in a config file. I was saving this in the registry, but I need it in a config file now. I came up with the...
AT
04-05-2004 02:16 AM
AT Go to last post
2 22
I know you can use Dataset.ReadXML, Dataset.ReadXMLSchema, and Dataset.WriteXML to use an XML file as a datasource. My question is can you do SQL...
nobody
04-04-2004 11:53 PM
nobody Go to last post
5 29
Hi I have created two flavors of an XSLT stylesheet to transform all attributes of an XML document to elements: They both work as expected with...
Stephan Brunner
04-04-2004 01:22 PM
Stephan Brunner Go to last post
3 22
XPath won't give you what you want. -Naraen ------ "Brad" <veloearl (AT) hotmail (DOT) com> wrote
NaraendiraKumar R. R.
04-04-2004 04:53 AM
NaraendiraKumar R. R. Go to last post
0 12
How do you avoid circular references? -Naraen ----------- "Brian Rogers" <none (AT) none (DOT) com> wrote
NaraendiraKumar R. R.
04-04-2004 04:39 AM
NaraendiraKumar R. R. Go to last post
0 36
Hello, I'm trying to use .NET to validate incoming XML documents against the appropriate schema in our database. I do not want to use the...
AP
04-03-2004 03:07 PM
Peter Theill Go to last post
3 23
If I use XmlNode.SelectNodes() in my program and then use foreach XmlNode node in XmlNodeList am I guaranteed to get the nodes in the order in which...
Adam Smith
04-03-2004 12:17 PM
NaraendiraKumar R. R. Go to last post
3 17
From: "R. Raghuraman" <raghuraman (AT) infosys (DOT) com> Subject: Problem with XMLValidatingReader? Date: 01 April 2004 11:46 Hi, I have a large...
Raghu R
04-03-2004 01:11 AM
Raghu R Go to last post
2 15
Hi all, from every example I've ever seen on using XSL files, the user is able to put HTML into the XSL file Well, I'm making use of the...
Novice
04-02-2004 07:23 PM
Derek Harmon Go to last post
5 25
Post New Thread

Display Options
Showing threads 5001 to 5050 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.