[
Lists Home |
Date Index |
Thread Index
]
- From: "Arnold, Curt" <Curt.Arnold@hyprotech.com>
- To: "'xml-dev@xml.org'" <xml-dev@xml.org>
- Date: Mon, 6 Mar 2000 15:30:08 -0700
Jon, Thanks for the reply to xml-dev. Could you address any reasons why:
<path d="M 100 100 L 200 200"/>
Could not be represented as:
<path><d>M 100 100 L 200 200</d></path>
at least as an alternative format. This form would
be much easier to generate from XSLT since xsl:text
can be used to append to text content, but there is
no current capability to append to an attribute.
The child element form would only take between two and eight additional character per path over the 5 needed for the attribute (leading space, two quotes, and a "d=") which
seems like a trivial amount of overhead.
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|