Jawad,


Unfortunatly, I do not have time to provide tutorials on how to use XSLT
& XSL-FOs. There are a number of books available, but yor best option may
be to post your question on the xsl-list@mulberrytech.com. This is a
public forum discussing the usage of XSL & XSLT. The participants are
quite helpful in providing real-world answers to questions such as
yours.


In order to limit spam, it is necessary to register to post questions 
to

this forum. Follow the instructions on www.mulberrytech.com for signing
up

on the xsl-list.


---Stephen Deach


At 17:45 2000-11-08 -0700, you wrote: 

>>>>

<excerpt><fontfamily><param>Arial</param><smaller>Hi;

I have an xml document namely "simple.xml" and an xsl document namely
"simple.xsl".

if I use the "xt" program I can view the output of xt in a IE5.5
everything is fine.

  

But if I want to view the xml document in IE5.5 the document is blank
please help I am working on this 

for a few day I did not get anywhere.

Thank you 

Jawad Kakar

  

Then XML document is :

  

<<?xml version="1.0"?>

<<?xml-stylesheet type="html/xsl" href="d:\xthope\simple.xsl"?>

  

<<simple>

  <<name>John<</name>

  <<name>David<</name>

  <<name>Andrea<</name>

  <<name>Ify<</name>

  <<name>Chaulene<</name>

  <<name>Cheryl<</name>

  <<name>Shurnette<</name>

  <<name>Mark<</name>

  <<name>Carolyn<</name>

  <<name>Agatha<</name>

  <<last>kakar<</last>

  <<last>commer<</last>

  <<last>sander<</last>

  <<last>smith<</last>

<</simple>

  

<bold>and the xsl document is:

</bold>  

<<?xml version="1.0"?>

<<xsl:stylesheet version="1.0"
xmlns:xsl="<<http://www.w3.org/1999/XSL/Transform>http://www.w3.org/1999/XSL/Transform">

        

<<xsl:template match="/">

  <<HTML>

  <<HEAD><<TITLE>Sample XSLT Stylesheet<</TITLE><</HEAD>

  <<BODY>

  <<SELECT NAME =""> 

    <<xsl:apply-templates/>

  <</SELECT>

  <</BODY>

  <</HTML>

<</xsl:template>

<<xsl:template match="name">

 <<OPTION><<xsl:value-of select="."/><</OPTION>

<</xsl:template>

<<xsl:template match="last">

 <<OPTION><<xsl:value-of select="."/><</OPTION>

<</xsl:template>

<</xsl:stylesheet>

</smaller></fontfamily>

</excerpt><<<<<<<<






---Steve Deach

   sdeach@adobe.com

