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

A standard approach to glueing together reusable XML fragments in prose?

  • To: xml-dev@l...
  • Subject: A standard approach to glueing together reusable XML fragments in prose?
  • From: "Roger L. Costello" <costello@m...>
  • Date: Mon, 18 Aug 2003 12:34:42 -0400
  • Organization: The MITRE Corporation

prose format
Hi Folks,

I am working with some people who wish to migrate from an
all-prose format to a prose-plus-reusable-XML-fragments
format.

They have some data in prose that is useable in many contexts.  They
want to break out that reusable data  into XML fragments.  However,
they want to continue to provide the prose style.

For example, consider this prose data:

<para>The city of Miami, Florida (pop. 1, 234,000) is a sprawling city
with many attractions.  Miami Beach is a popular attraction.  The
spring tide is ... The neap tide is ... </para>

Examining this prose we can extract reusable info about the city of
Miami:

<City id="Miami">
    <state>Florida</state>
    <population>1,234,000</population>
</City>

We can also extract reusable info about tide data on Miami Beach:

<TideData id="MiamiBeachTides">
    <springTide>...</springTide>
    <neapTide>...</neapTide>
</TideData>

The problem now is to create a framework which allows the prose
to bring-together the independent, reusable XML components.
Conceptually, what is desired is a "glue framework" like this:

<para>The <ref href="Miami.xml"> is a sprawling city with
many attractions.  Miami Beach is a popular attraction.  The
tides are <ref href="MiamiBeachTides.xml"><para>

Thus, the prose is "glueing" together the XML fragments.

Is this a problem that you have experience with?  What  "glue
framework" have you used?  What strategy did you use to merge
the XML fragments with the prose?  Is there is a standard way
of combining semi-structured data with structured data?
/Roger



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.