microsoft.public.dotnet.xml
  Home FAQ Contact Sign in
microsoft.public.dotnet.xml only
 
Advanced search
September 2008
motuwethfrsasuw
1234567 36
891011121314 37
15161718192021 38
22232425262728 39
2930      40
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft.public.dotnet.xml Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  represent XML in classes/collections (C#)         


Author: Bart Steur
Date: Sep 22, 2008 06:48

Hi

I want to represent the following XML structure in a class or classes.


M. Johnson
Director

Paris
5
6A

555-5626
C


Where SUBCATEGORY is in fact a CATEGORY in a CATEGORY, but a SUBCATEGORY
cannot contain another SUBCATEGORY (only 1 level deep)

The tags specified are an example. This is not a fixed set of tags. It's
even possible that no SUBCATEGORY is specified.

I'm looking for a generic 'class solution'
Show full article (0.77Kb)
1 Comment
  Handling multiple schemas and large files in XML         


Author: MikeB
Date: Sep 21, 2008 00:40

Hi

I hope that this is the correct place to post this question.

I'm looking at developing an application which will enable me to import
and process some data that is made available to me as XML.

One complication is that the providers of the data have published two
different schema versions. Whilst effectively describing the same data,
the 2nd schema is a significant refactoring of the first and so is
almost totally different in structure. I also can't rule out the
possibility that they will issue further versions too. I'd ideally like
to be able to handle both of these schemas and I also like to be able to
support for new versions with the minimum of fuss.
From knowlege of the application domain, I am also fairly sure that the
essential data will be stable change across schema versions.

I originally considered defining a class for each schema version and
using the XmlSerializer class to construct the appropriate one from the
xml document. However, this is where another potential issue raises it's
head: the xml files are rather large: 50+ Mb and over 1 million lines.

I suspect that using the XmlSerializer with documents of this size is
probably not appropriate. Am I correct?
Show full article (1.97Kb)
2 Comments
  iphone unlock         


Author: yui
Date: Sep 18, 2008 13:49

Hi friends,
if you want unlock iphone, all version, 1.1.1 to iPhone 3G + 2.0 , today you
can for 9 euros!! Go on http://www.fastunlockiphone.com or
http://www.iphoneunlockfast.com/
no comments
  see for jobs         


Author: bhavani
Date: Sep 18, 2008 10:32

no comments
  [Announce] 9/30 Customer Webinar: DataFlux - Quality is #1         


Author: DataDirect Technologies
Date: Sep 17, 2008 11:40

[Announcement]
Tuesday, 9/30/08 11:00 AM EST
Register Now!! ( https://datadirect.webex.com/datadirect/onstage/g.php?t=a&d=717332054
)

Want to hear from a DataDirect customer how they use DataDirect XQuery
and DataDirect XML Converters? and why? Maybe you have a similar need
and DataDirect's XML products can help you.

Join our upcoming webinar, and hear the DataFlux story - presented by
Scott Gidley, co-founder and CTO of DataFlux. He will discuss how
incorporating DataDirect's XML-based products into their dfPower
Studio and DataFlux Integration Server has allowed them to quickly
expand their markets by providing support for non-relational formats
and industry vertical standards such as HL7 & ACORD.

Register Here: ( https://datadirect.webex.com/datadirect/onstage/g.php?t=a&d=717332054
)

Sincerely,
DataDirect Technologies,
( http://www.datadirect.com )
no comments
  troubleshooting XSLT performance         


Author: Andy Fish
Date: Sep 17, 2008 07:39

Hi,

I am using .Net 2.0 to run an XSLT process.

It basically takes a word XML document at it's input, plus a separate XML
file opened using the document() function and applies changes to the word
document on the basis of the secondary file.

A customer has reported that for one document, the process takes about an
hour to run (the word doc is 4mb and the file of changes is about 100k)
whereas for other similarly sized files it normally takes a few seconds.

we have been unable to reproduce the problem in the development environment.
clearly the problem is data dependent but the customer's data is
confidential so they can't send the files to us

is there any way I can get any kind of diagnostics to find out what is
slowing it down?

TIA

Andy
4 Comments
  XML deserialization problem (C# - Silverlight 2.1)         


Author: Ron Rejwan
Date: Sep 15, 2008 19:11

Hello,
I'm currently trying to deserialize the following:

XSD:

targetNamespace="http://tempuri.org/Inventory.xsd"
elementFormDefault="qualified"
xmlns="http://tempuri.org/Inventory.xsd"...
Show full article (2.01Kb)
no comments
  Transforming XML from Data Objects         


Author: Jeff.Thorn
Date: Sep 11, 2008 11:46

Hello All,

I have a collection of data objects that are based on my application's
data model. I want to be able to serialize this data to different XML
formats (schemas) for use by different consuming applications. For
example, I want to generate XML from the data one way for
Application1, and generate XML in a different format for use by
Application2.

I don't think I can just serialize my objects as XML because I would
lose the flexbility to choose the output schema.

Is there something built into the .NET framework that will allow this
to be done easily? It would be nice if there was some time of template
based system for generating XML from objects. As far as I know, you
can't really apply XSLT transforms from objects.

Any suggestions?

Thanks,
Jeff
1 Comment
  Xsd.exe with yahoo media rss         


Author: kplazinski
Date: Sep 11, 2008 07:09

Hi everyone.
I've got problem with converting xml file to xsd schema. The Xml file
looks like:

http://search.yahoo.com/mrss/">

Song Site
TitleOfMedia
http://www.foo.com
Songs galore at different bitrates

Cool song by an artist
http://www.foo.com/item1.htm

TitleOfMedia
http://www.foo.com/song64kbps.mp3"
fileSize="1000" bitrate="64" type="audio/mpeg"
isDefault="true" expression="full"/>
http://www.foo.com/song128kbps.mp3"
fileSize="2000" bitrate="128" type="audio/mpeg" ...
Show full article (1.87Kb)
no comments
  How to read XML file without "Root" Node         


Author: Tom Chang
Date: Sep 9, 2008 22:19

Try to read following type of XML file, but only get data back on first
node:











Here is my very simple VB program:
Show full article (0.94Kb)
2 Comments
1 2 3 4 5 6 7 8 9