PDA

View Full Version : include file without the webserver?


nic
10-10-2002, 06:50 AM
Hi coders!

Anyone know if there is such a thing as an include file that doesn't rely on rendering from a webserver?

It's so's I can use the same data for static, flash & text only versions of web content.

Jesse
10-12-2002, 01:42 AM
You might be able to use XML files. IE can render them now... and Flash can read them in...

nic
10-13-2002, 02:57 AM
Yeah, I was thinking about xml (via flash) and/or xhtml (via html), but don't know anything much about them - is it a big deal, coming from htmlLand? (Jesse is champion)

:)

Jesse
10-13-2002, 09:34 AM
I seriously have no idea. I've never used XML for anything other than Flash. I imagine it's not all that difficult if you're alright with HTML.