[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: elements in a namespace


Subject: Re: elements in a namespace
From: Francis Norton <francis@xxxxxxxxxxx>
Date: Fri, 04 Jun 1999 14:39:01 +0100

Try adding one line to your stylesheet ...

<?xml version="1.0"?>
<Powers xmlns="urn:myElements">
        <Person>
                <Identity>
                        <Name>Dr. Evil</Name>
                        <Kitties>1</Kitties>
                </Identity>
        </Person>
        <Person>
                <Identity>
                        <Name>Mini Me</Name>
                        <Kitties>1</Kitties>
                </Identity>
        </Person>
</Powers>

... works with XT.

Francis.
-- 
Francis Norton.

Air Rage - a "flight *and* fight" reaction?


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



Current Thread