hi im outputting .xml files from my Oracle 10g database and using a xsl stylesheet im turning the raw XML content into something useful.
what i need to do is IMPORT the styled XML data into my current HTML page, but i dont know how to do that.
currently i have the following files.
blog.xml <- contains a link to the xslt stylesheet and RAW XML data
blog.xsl <- contains the statements to extract the tags i want
home.html <- contains a space for this data to be displayed.
so basically its blog.xml+blog.xsl -> home.html
im looking for something simple, the only things i could find were java scripts that did what my blog.xsl stylesheet is doing.
Can someone help? please :)