|
Subject: [xsl] XHTML+XSL --> XSL From: Antonio Fiol <fiol@xxxxxxxxxx> Date: Wed, 22 May 2002 10:49:36 +0200 |
<!-- source1.html -->
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Some title with weird entities like éî</title>
</head>
<body>
</body>
</html>
When applying my XSL, I get an XSL containing, among other things: [...] <xsl:template match="/"> <html> <head> <title>Sometitle</title> </head> <body> </body> </html> </xsl:template> [...]
*MY GOAL IS BEING ABLE TO use this source file instead* : <!-- source2.html --> <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html> <head> <title>Some title with weird entities like éî</title> </head> <body> <xsl:value-of select="/doc/somenode/something" /> <xsl:apply-templates select="/doc/otherthings" /> </body> </html>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] finding whether starts-wi, Jarkko . Moilanen | Thread | Re: [xsl] XHTML+XSL --> XSL, Oleg Tkachenko |
| RE: [xsl] Extract xsl from JAR, bryan | Date | Re: [xsl] Parsing a List, kenneth . howlin |
| Month |