[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Word output as XML? (was RE: XML in .NET - more than just SOAP?)

  • From: Cedric ROUVRAIS <crouvrais@o...>
  • To: Julian Reschke <julian.reschke@g...>
  • Date: Thu, 27 Jul 2000 13:48:28 +0200

cedric rouvrais
humm ... had you replied:


"Well-formed XML documents must contain matching start and end tags, and
tags cannot overlap.

For example, the following example is well-formed:
<?xml version="1.0"?>
<person>
  <name>Cedric ROUVRAIS</name>
  <occupation>Software Architect Consultant/Engineer</occupation>
</person>
Whereas, this example is not well-formed (<name> and <occupation> tags
overlap, and there is no <person> end tag):
<?xml version="1.0"?>
<person>
  <name>Cedric ROUVRAIS
  <occupation>Software Architect Consultant/Engineer
  </name>
  </occupation>
Valid XML documents must conform to a Document Type Definition (DTD). The
following example is a valid XML document that conforms to person.dtd:
<?xml version="1.0"?>
<!DOCTYPE PERSON SYSTEM "person.dtd">
<person>
  <name>Cedric ROUVRAIS</name>
  <occupation>Software Architect Consultant/Engineer</occupation>
</person>
All valid XML documents are well-formed; however, a well-formed document is
not valid unless it conforms to a DTD."

but you didn't and you helped me make my point reach it's goal.
in general i would think 'tis better to be constructive rather than
destructive. your reply

"You might want to check out the definitions for "well-formed" and "valid"
(which is the thing you called "well-formed")."

was destructive in the sense i didn't learn anything: i was stupid before
reading your mail, and i'm still stupid afterwards.
whereas Matt response was nice as i wasn't aware of this openoffice thing
(thanks matt).
my point is let's move forwards and learn from our past mistakes and not
flamme each other, or am i coming from another world ? (i'm not saying you
guys where flamming each other but your discussion was leading us to
nowhere)

regards,

cedric


> -----Original Message-----
> From: Julian Reschke [mailto:julian.reschke@g...]
> Sent: jeudi 27 juillet 2000 12:34
> To: Cedric ROUVRAIS; xml-dev@l...
> Subject: RE: Word output as XML? (was RE: XML in .NET - more than just
> SOAP?)

[taken out]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.