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     
Can some Please tell me why the following collection is not XML Serializable: Imports System.Xml Imports System.Runtime.Serialization Namespace...
jsmith72@gmail.com
01-10-2007 10:00 AM
jsmith72@gmail.com Go to last post
0 18
I have this 3rd party web services link and I want to use it. I also need schema for the site. I was wondering if there is a way to generate it...
JohnAD
01-10-2007 01:09 AM
JohnAD Go to last post
4 11
DFB wrote: I think you have hit a bug in XslCompiledTransform. Maybe someone of the XML teams picks this up. Complete stack trace I get with...
DFB
01-09-2007 08:31 PM
ElenaDubinets@gmail.com Go to last post
4 19
I would like to serialize a particular class into XML skipping the root element that is automatically created for the class. For example if I...
Andrew Norborg
01-09-2007 01:35 PM
Keith Patrick Go to last post
1 18
Jakob Lithner wrote: That URL should be the target namespace of your schema or Nothing if the schema has no target namespace. So that string value...
Martin Honnen
01-09-2007 08:37 AM
Jakob Lithner Go to last post
3 16
Hi Chuck, Every control on the page must have a different ID for the page to identify it. This is by design. You can try to parse the xml to get the...
Kevin Yu [MSFT]
01-08-2007 10:25 PM
Kevin Yu [MSFT] Go to last post
1 23
I'm writing an application without a user interface and I have a requirement to find the plain ASCII text between <P> tags in an HTML document...
Rob
01-08-2007 02:45 PM
Rob Go to last post
9 22
If you're in Visual Studio 2005, just open the XML file and specify the XSD you want as its schema (in Properties), and you'll get Autocomplete
Keith Patrick
01-08-2007 12:56 PM
Keith Patrick Go to last post
0 16
Hi Jakob, Personally I find the classes side of the tool more useful than the dataset side. The classes it generates are normal classes with special...
Andrew Brook
01-08-2007 10:05 AM
Andrew Brook Go to last post
1 15
Hi all, I am currently working on creating an XSD schema. I have an element defined that should be self-refering (child-parent principle). Here is a...
Gerry Laenen
01-08-2007 04:48 AM
Gerry Laenen Go to last post
0 18
Hi All I've had a look around and noticed a couple of others having this issue, but with no replies. Hopefully someone can help with this. I have a...
Sambo
01-08-2007 12:32 AM
Sambo Go to last post
2 28
Hi, I am ceating a xml file from SQL data using VS2003. I want to then use xslt to transform xml to my web page. But the xml file when after...
Rotsey
01-07-2007 06:22 AM
Rotsey Go to last post
3 20
Hello NG, I am getting some information from DB, and that data has mix html and XML tags in the content (e.g. detail on country). Basically CDATA...
JohnAD
01-07-2007 03:38 AM
JohnAD Go to last post
2 18
With vs 2005, I need a generic xml editor program (like xmlnotepad) I like to display an xml string like a tree using a windows form...
Riccardo
01-04-2007 11:02 AM
Riccardo Go to last post
0 24
Hello, I have an xml sample string like this: <?xml version="1.0"...
Riccardo
01-03-2007 10:07 AM
Riccardo Go to last post
2 30
Okay - I get this error but I cannot tell which node in the XML is causing the problem. The full error is: There is an error in XML document (5,...
Duane
01-02-2007 04:28 PM
Keith Patrick Go to last post
2 20
Open Publish 2007 March 7 -9, Baltimore, Maryland http://www.open-conferences.com/baltimore/cfp.html Open Publish, is seeking participants to...
Open Publish 2007
01-02-2007 04:26 PM
Open Publish 2007 Go to last post
0 24
V wrote: I am not sure there is a way to specify a schema for an XmlNode parameter in the WSDL. There is a specific...
Martin Honnen
01-02-2007 11:28 AM
Martin Honnen Go to last post
1 18
Hi, I am having a small problem, that is driving me nuts. My application reads some Xml and runs 2 Xsl Transformations to generate HTML. As soon as...
Christofer Dutz
01-02-2007 09:32 AM
Dimitre Novatchev Go to last post
1 20
Hi; I am trying to test reading a html file over http. So in IIS I create a virtual directory and then in my NTFS permissions I set that directory...
David Thielen
12-30-2006 01:50 PM
David Thielen Go to last post
2 26
Hopefully I can ask this question without regaling you kind people in too many gory details. Here's what I'm trying to do: - I have a local XML file...
davsmith_shop@hotmail.com
12-29-2006 09:38 PM
davsmith_shop@hotmail.com Go to last post
0 23
Using the same xml and xsl files, the result of the xmlTransform.Transform is different depending if a xmlTextwriter or a StringWriter is used. In...
Alfons Puig
12-29-2006 07:57 AM
Martin Honnen Go to last post
1 35
Hi people! I'm running a Visual Studio 2005, Professional, on Windows XP Professional. I've found a little big problem, reading a DataSet. If I...
Angel \Java\ Lopez
12-28-2006 05:58 PM
Patrick.O.Ige Go to last post
1 27
Hi experts, I need a style sheet to convert following INPUT xml into follwing OUTPUT xml. Thank you very much, INPUT: <dataroot > <Node>
Boni Lopez
12-28-2006 05:56 PM
Patrick.O.Ige Go to last post
2 28
Hi I have an Xml file.I Load it in a Datagrid, My Xml file has child tables, and I want to print this, so I want to see its print preview, but when I...
mahfuza via DotNetMonster.com
12-28-2006 05:52 PM
Patrick.O.Ige Go to last post
1 23
Hi, I wonder, if like typed dataset, i can strong type some xml schema. I have function which receives some xml document as parameter, Is there some...
יוני גולדברג
12-25-2006 04:25 AM
יוני גולדברג Go to last post
0 23
i saved the state of a data set and table via MyDs.WriteXmlSchema("MyDs.xsd") MyDs.WriteXml("MyDs.xml") i was able to read them back in and display...
ray well
12-23-2006 08:22 PM
cduffy@ideacorporation.com Go to last post
1 27
Sean wrote: Reference for what? What parser are you using? As said, there are different ways, for instance XInclude, XLink, or you can make your...
Martin Honnen
12-22-2006 10:02 AM
Martin Honnen Go to last post
0 22
Hi! Im creating project in c# .net2.0, to sign and verify documens us xmldsig format. My problem is how to use prefix "ds" instead...
Iguana
12-22-2006 04:16 AM
Iguana Go to last post
0 26
Hi all, I am trying to convert an SQL statement into an XPath (or a sequence of XPath) statements. More specifically, I have the following: SELECT...
sql_er
12-21-2006 11:43 PM
Dimitre Novatchev Go to last post
1 23
"cashdeskmac" <cashdeskmac (AT) discussions (DOT) microsoft.com> wrote The following XPath expression selects all nodes in the current...
Dimitre Novatchev
12-21-2006 11:41 PM
Dimitre Novatchev Go to last post
0 24
Hi all; This year we are giving away free a screenwriting software program to say thank you to everyone. If you ever wanted to write the next...
David Thielen
12-21-2006 10:15 PM
David Thielen Go to last post
0 24
I've created a class, but when I serialize it I want the empty properties to generate elements who's properties haven't been set. What's...
Jeremy Chapman
12-21-2006 04:48 PM
Jeremy Chapman Go to last post
0 25
hello, im doing my first experiment w/ RSS & ASP.NET. could use a bit of help. i have a livejournal site blog...
matt@mailinator.com
12-21-2006 10:28 AM
matt@mailinator.com Go to last post
1 19
Hi, I have WS with WSDL file which describe some type, let's say an animalType. I define in the code a "name" property to that type. I want that...
יוני גולדברג
12-21-2006 07:26 AM
יוני גולדברג Go to last post
0 23
Hi I have 2 types of structs eg struct A and struct B struct A has property contains a arraylist of struct B, the getter and setter for the property...
James
12-21-2006 05:49 AM
James Go to last post
0 25
Hi Dave, No, it doesn't pass the Windows Identity since no credential is specified. And it will open it as an anonymous user and fail if anonymous...
Kevin Yu [MSFT]
12-21-2006 01:10 AM
Kevin Yu [MSFT] Go to last post
1 33
Hi guys! I'm planning to to my MS Software Systems Thesis on Rule Engines. Although I searched a lot on the we I'm not able to get any specific help...
Ram Shankar Yadav
12-20-2006 06:11 AM
Ram Shankar Yadav Go to last post
0 44
Hi folks, I got the following code to validate a custom XML against a given schema: XmlSchemaSet sc = new...
mehdi
12-19-2006 01:28 PM
Martin Honnen Go to last post
3 25
XML Serialization is a great feature. Recently I've found myself "leveraging" it on some of my classes and spending far too much time altering a...
Jason Hales
12-19-2006 11:55 AM
Jason Hales Go to last post
0 21
I have a xslt that writes a txt file from xml. Xml file is generated by a user input on a webpage and some nodes have linebreaks which corrupts my...
peter
12-19-2006 08:30 AM
Martin Honnen Go to last post
2 18
Hi all, I am trying to validate an XML file against an XSD schema file within a ..NET C++ program, but the validation doesn't seem to be...
lists@givemefish.com
12-19-2006 08:28 AM
Martin Honnen Go to last post
6 22
Hi Mark, If the schemas in your asp.net app is for read only, I suggest you put the object that loads the schemaset into the web's...
Martin Honnen
12-19-2006 02:03 AM
Kevin Yu [MSFT] Go to last post
4 22
I am working with .Net 2.0. I found a 2002 posting with this sample code of how to send a node-set into a XSLT transformation: string xml =...
Sam
12-16-2006 09:32 AM
Martin Honnen Go to last post
1 18
Using Visual Basic 2005 (Express Edition), I've developed an XML schema on my computer for use with a project that I'm working on with a coworker. ...
ralph sanchez
12-15-2006 11:15 AM
ralph sanchez Go to last post
0 25
andyclap wrote: When creating element or attribute nodes you have to pass in the desired namespace as a parameter to a namespace aware overload of...
Martin Honnen
12-15-2006 10:19 AM
Martin Honnen Go to last post
0 23
That is wrong and plain misinformation. "andyclap" <andyclap (AT) discussions (DOT) microsoft.com> wrote
0to60
12-14-2006 09:31 PM
Dimitre Novatchev Go to last post
3 22
I was wondering if there is a simple method of replacing characters within the xml document. I'm looking at writing a Biztalk Pipeline that escapes...
Namshub
12-14-2006 05:10 PM
Peter Flynn Go to last post
1 21
A web service would be used invoke operations on classes. Or check out the new .net 3.0 WCF, which gives you more options than remoting or...
ccfoo
12-14-2006 12:35 PM
ccfoo Go to last post
0 24
Cooktop is a free app that I use. You can find it here: http://xmlcooktop.com/ If you have Eclipse there are a variety of XML plugins. I use...
ccfoo
12-14-2006 12:29 PM
ccfoo Go to last post
0 26
Post New Thread

Display Options
Showing threads 851 to 900 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.