|
Posted by Harry Bellafonte on 09/19/07 09:29
On 19 sep, 10:48, David Dorward <dorw...@gmail.com> wrote:
> On Sep 18, 9:45 pm, Harry Bellafonte <goodmin...@hotmail.com> wrote:
>
> > How do I include a xml file into the head tag? I know how to include a
> > stylesheet and javascript file but don't have a clue how to include a
> > xml file into my html code.
>
> There are various data formats which are expressed in XML (FOAF, RSS
> and ATOM spring to mind) which can be referenced from an HTML document
> (although not 'included'). You might also be wanting to do something
> with a custom format (perhaps from JavaScript).
>
> You'll need to provide more information about what you want to achieve
> before we can really help.
>
> --
> David Dorwardhttp://dorward.me.uk/http://blog.dorward.me.uk/
Hi
You are right I will explain why I want this.
I have a flas file ( .swf) file that needs settings that are in the
xml file. The flash file will only work if the xml file is in the same
directory. The problem is that the web environment (Webshere WCM) in
which I am creating the webpages does not allowe to place files ( css,
jpg, javascriptfiles, etc) at operating system level. Those files has
to be included in the webtool as fileresources. I have created a
fileresource for the xml file in the webtool, only that did not work.
Thats why I want to include the xml file ( just like I did with the
css files and javascript files) in the HEAD tag.
I hope it makes any sense what I am saying
Regards
[Back to original message]
|