[
Lists Home |
Date Index |
Thread Index
]
I'm not sure from your message, but I think you are wanting to include
external XML files in an XML document. If so, you want to expand external
entities (see http://www.w3.org/TR/REC-xml.html#sec-external-ent).
Another mechanism that does this is XInclude
(http://www.w3.org/TR/xinclude/), which is on the horizon (candidate rec
status). XOM (http://cafeconleche.org/XOM/) already supports XInclude with
its XIncluder class
(http://cafeconleche.org/XOM/doc/nu/xom/xinclude/package-summary.html).
If you need examples of how to use either of these, let me know.
Mike
> -----Original Message-----
> From: Sandeep Paradkar [mailto:sandeep.paradkar@learningmate.com]
> Sent: Monday, January 20, 2003 10:09 PM
> To: 'xml-dev'
> Subject: [xml-dev] SWF using XML
>
>
> Hi,
>
> I am using an xml file to store data and html as my presentation layer. I
> need to call different swf files through the xml file. The swf files are
> stored in the same folder. How do I do the same?
>
>
> Regards,
> Sandeep
>
>
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>
>
- References:
- SWF using XML
- From: "Sandeep Paradkar" <sandeep.paradkar@learningmate.com>
|