[Home] [By Thread] [By Date] [Recent Entries]


Nancy Pate wrote:
>After reading Ken's answer, I understand your dilemma.  I ran into this
>problem a couple of weeks ago.  Someone changed a DTD and what was once
>an attribute became an element.  I built a transform to retag the
>document.  Because of the namespace issue, I was getting an
>"xmlns:xsl="http://...." attribute attached to the new element and I
>couldn't figure out what was causing it.  (I'm new to this stuff.)
>Someone had a similar issue on the XSL list, thank heaven, or I wouldn't
>have known to add the "exclude" to my stylesheet declaration -- notice
>the "test" declaration
	
><xsl:stylesheet version="1.0"
>  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>  xmlns:test="http://www.w3.org/1999/xhtml"
>  exclude-result-prefixes="test">

Thanks, I'm still a bit new myself.

How to do that was about to be my next question.

Thanks for bearing w/ me XML list.  I'll take future XSL
questions to the XSL list.

Chris Strolia-Davis
Database Specialist
Contractor - CDO Technologies Inc.


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member