Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   XML (http://www.velocityreviews.com/forums/f32-xml.html)
-   -   Refactoring hard-coded values (http://www.velocityreviews.com/forums/t750655-refactoring-hard-coded-values.html)

Aidan Gauland 06-29-2011 11:15 AM

Refactoring hard-coded values
 
I'm playing around with scripting SVG with ECMAScript, and I have
reached the point where my document is full of hard-coded (attribute)
values. There are three values to which most other values are relative.
(In this case, there are a bunch of shapes positioned with respect to a
specific circle.) Even after wading through the SVG specification
<http://www.w3.org/TR/SVG/>, I am at a loss as to how to refactor my XML
code. I basically want to say, "you, rectangle, your origin is the
top-left corner of this circle's bounding-box." But I also have a
circle in a <clipPath> who's cx and cy values are those of another
circle *plus* that other circle's stroke width. And to make it even
trickier, the target circle is within a symbol within the document's
<defs> element. It's all just a bit crazy.

It seems that being able to, within an attribute's value,
refer to the value of another entity's attribute would be the cleanest
way to tidy up my document. But XML does not allow for this, does it?

Can anyone offer any advice on how to keep XML (SVG in particular) tidy
in this manner, and avoid hard-coding values?

Regards,
Aidan Gauland

Joe Kesselman 06-30-2011 01:07 AM

Re: Refactoring hard-coded values
 
On 6/29/2011 7:15 AM, Aidan Gauland wrote:
> It seems that being able to, within an attribute's value,
> refer to the value of another entity's attribute would be the cleanest
> way to tidy up my document. But XML does not allow for this, does it?


XML is just notation. If anything gives you the ability to do this, it
would be the specific XML-based language, that being SVG.... or a tool
you pass the document through. (You could probably write an XSLT
stylesheet to help resolve this sort of thing, but that's a special case
of writing an XML processing program.)

At a purely instinctual level... It sounds like what you need to do is
step back and redefine the document more hierarchically -- as layers of
containment -- rather than the current entangled crossreferences.


--
Joe Kesselman,
http://www.love-song-productions.com...lam/index.html

{} ASCII Ribbon Campaign | "may'ron DaroQbe'chugh vaj bIrIQbej" --
/\ Stamp out HTML mail! | "Put down the squeezebox & nobody gets hurt."


All times are GMT. The time now is 10:12 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.