S
Sergio del Amo
Hi,
I post here because, i think that my problem can happen to a lot of
people using javascript with xml and xsl and the future feedback can be
useful to all of us.
I hava an xml file with a tree structure and a xsl file to transform it
into xhtml strict. In my file xsl i have:
<head>
<title>Generic XHTML Treeview</title>
<meta http-equiv="Content-type" content="text/html;
charset=iso-8859-1"/>
<link rel="stylesheet" type="text/css" href="format.css"/>
<script src="functions.js" type="text/javascript"></script>
</head>
but when i transformate my xml code using xslt into xhtml. My xhtml code
has:
<head>
<title>Generic XHTML Treeview</title>
<meta http-equiv="Content-type" content="text/html;
charset=iso-8859-1"/>
<link rel="stylesheet" type="text/css" href="format.css"/>
<script src="functions.js" type="text/javascript"/>
</head>
und does not work correctly because of the unsatisfactory trasformation
of the line about javascript. Does anyone know how con i make to obtain
exactly the above line(exactly the same like in the xsl file).
Thanks for the future feedback.
I post here because, i think that my problem can happen to a lot of
people using javascript with xml and xsl and the future feedback can be
useful to all of us.
I hava an xml file with a tree structure and a xsl file to transform it
into xhtml strict. In my file xsl i have:
<head>
<title>Generic XHTML Treeview</title>
<meta http-equiv="Content-type" content="text/html;
charset=iso-8859-1"/>
<link rel="stylesheet" type="text/css" href="format.css"/>
<script src="functions.js" type="text/javascript"></script>
</head>
but when i transformate my xml code using xslt into xhtml. My xhtml code
has:
<head>
<title>Generic XHTML Treeview</title>
<meta http-equiv="Content-type" content="text/html;
charset=iso-8859-1"/>
<link rel="stylesheet" type="text/css" href="format.css"/>
<script src="functions.js" type="text/javascript"/>
</head>
und does not work correctly because of the unsatisfactory trasformation
of the line about javascript. Does anyone know how con i make to obtain
exactly the above line(exactly the same like in the xsl file).
Thanks for the future feedback.