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

RE: RE: WARNING: Namespace thread virus (new variant?)

  • To: xml-dev@l...
  • Subject: RE: RE: WARNING: Namespace thread virus (new variant?)
  • From: Jeff Lowery <Jeff.Lowery@c...>
  • Date: Mon, 2 Feb 2004 17:11:13 -0800

RE:  RE: WARNING: Namespace thread virus (new variant?)
> From: Jeff Rafter [mailto:lists@j...] 
> Out of curiousity can you control your format to change the use of
> attributes? 

Unfortunately, no. This is an "add a new product onto an existing product's
framework" sort of project. We want to maximize code reuse for now, largely
because we want to continue to be able to easily merge the codebases as new
features are added to the existing product.

> My own Java Reflection based stuff bad things 
> into XML and try
> to get meaningful information back out took this road. I 
> found that modeling
> objects as elements /and/ properties as elements provided a 
> big gain. Then I
> used a single attribute for the object or literal type to 
> expect as content.
> When I started reading around this was the more commonly used 
> approach from
> what I can tell. 

Yes, I hadn't ever done it that way, but it makes sense. 

Last time I wrote a content handler from scratch I used Class and Method
instance mappings to attributes and elements. That gave me the flexibility
to handle all class properties in one go (by passing SAX Attributes
instances to a Method invocation) and to even map attributes to Classes (so
I could represent the value as element data content rather than as an
attribute,value pair). Still meant maintaining a map, though, and I'd often
forget an entry.  

The main point is that one loses a lot of information when serializing an
object and its properties to elements and attributes. Knowing exactly where
something came from can really help when it comes time to read it back in,
and can even help third parties interpret exactly what you meant.

> Of course if attributes are required you can 
> do something
> else completely crazy:
> 
> <foo bar="9.5" type:bar="double"
> xmlns:type="http://use-this-namespace-for-any-type.com"/>

I'd say that's the sanest way to do it. No wonder it never occurred to me.

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.