This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: How can I avoid generating META tag of html?


AFIAK You can't

I have tried the same with several other parsers, and the conclusion so far
is to change your output to xml, and thereby put in what ever you like.

eg: 
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"
omit-xml-declaration="yes"/>
<html>
	<head>
		<meta name="description" content="test"/>
	</head>
	<body/>
</html>

/Thomas

[Merry X{ml}-max]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]