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: AVT's in xslt_processor:output doctype attribs?


> Something like (in saxon) :
> 
>   <saxon:output file="{$output_filename}" method="html"
>                 doctype-public="-//W3C//DTD HTML 4.0 Transitional//EN"
>                 doctype-system="{$html4_loose_dtd}"
>                 encoding="iso-8859-1">
> 
Seems a reasonable requirement. There's certainly no technical reason in
Saxon why not. Perhaps you could write it and send me the code :-)

Saxon already allows the file attribute to be an AVT.

Mike K


 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]