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]

Re: xsl to xsl doing it right



> <xsl:namespace-alias stylesheet-prefix="xsl" result-prefix="alex"/>

That's the wrong way round, you want elements marked in the stylesheet
as being in the namepsace with prefix alex: to be output into the
namespace with prefix xsl: (which prefix is used in the output seems to
depend on the processor but it doesn't matter)

> <xsl:output method="xsl"/>

there isn't an xsl output method, you mean xml.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

 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]