OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] Missing "BR" Tags XSLT

[ Lists Home | Date Index | Thread Index ]

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.





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS