xsl-list
[Top] [All Lists]

[xsl] RE: xsl-list Digest 23 Jan 2008 06:10:01 -0000 Issue 1387

2008-01-23 02:05:31
Ah yes, that does make sense. I will have a bit of a play with named
outputs and result-document and see what happens. Thanks.

For reference, I'm using Saxon 8.

Laura.






Laura Porter
Development

-------------------------------
lporter(_at_)limehousesoftware(_dot_)co(_dot_)uk
Limehouse Software Ltd
DDI: (020) 7566 3335
Main: (020) 7566 3320
Fax: (020) 7566 3321
Limehouse Software Ltd
4th Floor
1 London Bridge
London
SE1 9BG
Manchester Office:
3rd Floor, The Triangle, Exchange Square, Manchester M4 3TR
Tel: (0161) 240 2440, Fax: (0161) 240 2441, ISDN: 08700 119 400
Check out Limehouse Software's innovative solutions
www.limehousesoftware.co.uk - Transforming the way you publish and consult on 
information
The information contained in this e-mail or in any attachments is confidential 
and is intended solely for the named addressee only. Access to this e-mail by 
anyone else is unauthorised. If you are not the intended recipient, please 
notify Limehouse Software Ltd immediately by returning this e-mail to sender or 
calling 020 7566 3320 and do not read, use or disseminate the information. 
Opinions expressed in this e-mail are those of the sender and not necessarily 
the company. Although an active anti-virus policy is operated, the company 
accepts no liability for any damage caused by any virus transmitted by this 
e-mail, including any attachments.------------------------------

Date: Tue, 22 Jan 2008 12:17:24 GMT
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
From: David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk>
Subject: Re: [xsl] xsl:output and import precedence
Message-Id: 
<200801221217(_dot_)m0MCHOFR025879(_at_)edinburgh(_dot_)nag(_dot_)co(_dot_)uk>

each facet of the default output is imported separately, so your
importing stylesheet overrides method from xhtml to xml but the
doctype-public (and other) settings are still in effect.
If you gave a different doctype-public in template 1 that would win,
but
unfortunately you can't explictly state teh default behaviour of no
doctype. What you can do is get template1 to instead switch to an
alternative named output setting,or use result-document...

David


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>
  • [xsl] RE: xsl-list Digest 23 Jan 2008 06:10:01 -0000 Issue 1387, Laura Porter <=