xsl-list
[Top] [All Lists]

Re: Schema declarations showing up in my html

2005-04-04 07:43:33
Hi David,

Thanks for the reply. I'll try and find a work around, maybe strip it
out using a seperate program. You're comment did get me wondering
though. If copy-of is to be avoided how does one deal with inline
elements (<i>, <strong>). I'm pretty new to the entire xml game and so
far copy-of seems to be the only way to get them across.

Thanks,

Spence

On Apr 2, 2005 3:24 PM, David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> 
wrote:

If you want to try xslt2 then copy-of in xslt2 has an extra attribute to
stop it copying in scope namespaces, but with xslt1 you need to avoid
copy-of altogether, unless of course you have the option of using the
easiest fix which is to remove the

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:noNamespaceSchemaLocation="../Styles/ActSchema.xsd"

from your source. The fact that XSD schema polute the instance documents
with this namespace is one of their less attractive features. Relax NG
for example explictly does not provide any inline schema declaration
method exactly to avoid this kind of problem. Even if you are using XSD
for validating, most validators will allow the schema to be specified
explicitly at validation time, so not need xsl:schemaLocation "hints".

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
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>
--~--



--~------------------------------------------------------------------
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>