Question.. XML/XSL

Subject: Question.. XML/XSL
From: Nilofer Motiwala <nilum@xxxxxxxxxxxxx>
Date: Tue, 2 Feb 1999 11:02:46 -0800
Hello,

I am trying to learn XMl, and have encountered problems in dipslaying the
XML document. I am using IE5, and all i can see is a blank page.
I believe someone has had the same problem before, so if this question has
been answered, can someone please refer me the 'applicable thread'

The following are the details:

I wrote a short test XML document, that  called an XSL document.
However my message never got displayed.


the following is the content of my files:

/*******************************************************************************
short.xml:
---------

<?xml:stylesheet type="text/xsl" href="emph.xsl">

<emph>
This line is emphasized
</emph>

/*******************************************************************************

emph.xsl
-------

<?xml version="1.0">
<xsl>
        <style-rule>

		<target-element type="emph">
		     <apply font-size="30pt" font-color-="red">
		</target-element>
	</style-rule>
</xsl>
/****************************************************************************

Thanks a lot for all your time.

Sincerely,
Nilofer Motiwala






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread