[
Lists Home |
Date Index |
Thread Index
]
- From: "Curt Arnold" <carnold@houston.rr.com>
- To: <xml-dev@xml.org>
- Date: Fri, 23 Jun 2000 22:52:02 -0500
> When creating a schema (in this case, XDR) what is
> the best way to denote a so-called, General field?
> Using Visual FoxPro, this is defined to contain
> images, sounds, etc. typically OLE objects.
I would either use an element with an href to an external resource, like
<image href="logo.jpg"/>
Or if it has to be in the document, something like
<image> mime or binhex representation goes here</image>
***************************************************************************
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/
***************************************************************************
|