xsl-list
[Top] [All Lists]

Re: probs with document()

2002-10-18 04:13:25
Lainaus Jarkko(_dot_)Moilanen(_at_)uta(_dot_)fi:

Hi!

I have somekind of click in my logic, because I can not 
get the src value for the image from external xml file.
Could some one point what seems to be the problem. 

XSLT
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
<xsl:output method="html" encoding="iso-8859-1" indent="yes" /> 

<xsl:variable name="details" select="document('details.xml')" />

<xsl:template match="/">

<html>
<body>

I tryed also 
<img src="{$details/XDoc/firstimage}" /> no results

<img src="{$details/firstimage}" />
</body>
</html>
</xsl:template>
</xsl:stylesheet>

External details.xml
<?xml version="1.0" encoding="ISO-8859-1"?>
<XDoc>
<firstimage>/kuvat/unproc.jpg</firstimage>
<XDoc>

Output:
<html>
<body>
<img src=""></body>
</html>

I really dont know what is wrong.

Cheers
Jarkko

  

****************************************************************
Jarkko Moilanen          "Erehtyminen on inhimillista, 
Researcher/ ITCM         mutta todella suuret mokat 
jm60697(_at_)uta(_dot_)fi           vaativat tietokoneen käyttöä."         
www.uta.fi/~jm60697                                           
GSM: +358 50 3766 927                                         
****************************************************************
* ITCM | Information Technology and Crisis Management            
* http://www.itcm.org                                            
****************************************************************

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





****************************************************************
Jarkko Moilanen          "Erehtyminen on inhimillista, 
Researcher/ ITCM         mutta todella suuret mokat 
jm60697(_at_)uta(_dot_)fi           vaativat tietokoneen käyttöä."         
www.uta.fi/~jm60697                                           
GSM: +358 50 3766 927                                         
****************************************************************
* ITCM | Information Technology and Crisis Management            
* http://www.itcm.org                                            
****************************************************************

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



<Prev in Thread] Current Thread [Next in Thread>