XML <-> object mapping tool?
Wed, 24 Sep 2008 21:12:53 -0600
Hi;
I have a small XML file that I need to read/change from my app. Is
there some easy way to map from XML to my objects so I can just read
it in to my objects, change the objects as needed, then write the
whole thing back out?
thanks - dave
david@at-at-at@windward.dot.dot.net
Windward Reports -- http:/ ...
|
create xml document based from schema
Wed, 24 Sep 2008 21:08:33 -0400
I have the following schema. I need to know how to make an xml document
based from it. The main worry I have is the DateTime field.
<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element ...
|
How to create WSDL from XML schemas
Wed, 24 Sep 2008 14:22:01 -0700
There is probably a simple answer to this, but I'm a bit of a newby. I have
a couple of complex XSDs that I need to use to define the format of the
request and response messages in a SOAP/HTTP web service (no WSDL yet). I
need to generate the WSDL from these schemas? What's the easiest way? I
thought it ...
|
represent XML in classes/collections (C#)
Mon, 22 Sep 2008 15:48:48 +0200
Hi
I want to represent the following XML structure in a class or classes.
<CATEGORY NAME="BASE">
<PERSON NAME="PERSON">M. Johnson</PERSON>
<JOBTITLE NAME="JOBTITLE">Director</JOBTITLE>
<SUBCATEGORY NAME="SUB">
<BUILDING NAME="BUILDING">Paris</BUILDING>
<FLOOR NAME="FLOOR">5</FL ...
|
Handling multiple schemas and large files in XML
Sun, 21 Sep 2008 08:40:10 +0100
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 effecti ...
|
Formatting XmlTextWriter Output
Fri, 19 Sep 2008 09:53:03 -0700
3rd time's a charm? Just change out the semi-colons below for brackets. I tried typing "bracket" before, above, and it didn't like it/wouldn't post it.
[code]
;content encoded="base64binary";my encoded content here;/content;
[/code] ...
|
Formatting XmlTextWriter Output
Fri, 19 Sep 2008 09:46:38 -0700
So far as I can tell, that is how settings are built and applied - just like you said - they apply to the whole document and I don't believe can be set on an element/attribute basis:
XmlWriterSettings settings = new XmlWriterSettings();
settings.Indent = true;
XmlWriter xw = ...
|
|
|
see for jobs
Thu, 18 Sep 2008 10:32:47 -0700 (PDT)
http://www.365jobs4u.com/idevaffiliate/pages/1566.php ...
|
[Announce] 9/30 Customer Webinar: DataFlux - Quality is #1
Wed, 17 Sep 2008 11:40:24 -0700 (PDT)
[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 ...
|
troubleshooting XSLT performance
Wed, 17 Sep 2008 15:39:19 +0100
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 take ...
|