[xslt] exslt:What's wrong with that?



Hi all 

I have this script: 
<?xml version="1.0"?> 
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns:exsl="http://exslt.org/common"; 
extension-element-prefixes="exsl" 
> 
<xsl:output method="xml" encoding="utf-8"
indent="yes"/> 

<xsl:template match="/"> 
<exsl:document href="http://datenkueche.com/test.php";>

<test/> 
</exsl:document> 
</xsl:template> 

</xsl:stylesheet> 

-------------------------- 
Why is there no return-value? 
I get a log entry in my apache logfile but libxslt
ignores the 
result of the request. 

I thought this is the same kind of request as postURL
in SVG. 
The exsl documentation does not say much about that. 

Bernhard 
http://datenkueche.com 

__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Bis zu 100 MB Speicher bei http://premiummail.yahoo.de



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]