[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: xsl help!!!

Subject: RE: xsl help!!!
From: Jarno.Elovirta@xxxxxxxxx
Date: Mon, 19 Aug 2002 12:40:30 +0300
xt xsl help
Hi,

> i would like to print a value of variable in the
> doctype declaration of a document, how to do it? given
> below is an example
> 
> <xsl:variable name="myname"
> select="concat('-//S-V//DTD A++ V',$version,'//EN')"/>
> //here is version is one more vaiable.
> 
> //Now I need to print the value of myname in the
> doctype declaration like this
> <xt:document href="{$file}" method="xml"
> doctype-public="">
> 
> what statement should be used to print the value of
> vaiable myname in the doctype-public.

<xt:document href="{$file}" method="xml" doctype-public="{$myname}">

if the doctype-public attribute of xt:document support AVTs

Cheers,

Jarno

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


Current Thread
  • xsl help!!!
    • Srinivas Ch - Mon, 19 Aug 2002 05:20:51 -0400 (EDT)
      • <Possible follow-ups>
      • Jarno . Elovirta - Mon, 19 Aug 2002 05:39:52 -0400 (EDT) <=

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.