Does anyone have an external RCC file working in Adobe Viewer 6?

I cannot seem to get it working.

Using the example from http://www-
106.ibm.com/developerworks/library/x-svgxf2/ I am making a call to a 
svg "library" file in the same directory using:

<extensionDefs xlink:href="SimpleRCCButtonLib.svg#Buttons"/>

This file starts with:

<?xml version="1.0"?>
<svg
xmlns="http://www.w3.org/2000/svg";
xmlns:xlink="http://www.w3.org/1999/xlink";
xmlns:ev="http://www.w3.org/2001/xml-events";>

<extensionDefs id="Buttons" namespace="http://xmlns.fuchsia-
design.com/ui/">
<elementDef name="button">
<prototype>
<svg id="root" width="0" height="26">
<rect   id="rect" style="stroke: black; fill: lightgray;"
        x=".5" y=".5" rx="5" ry="5" width="0" height="25" />
<text x="50%" y="65%" style="pointer-events: none; text-anchor: 
middle;"><refContent /></text>
</svg>
</prototype> ......


What am I overlooking?

Dave





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to