Hi,

That code fragment looks good, although the DTD declaration and the <? 
xml?> processing instruction is superfluous. Best way to help you out  
from that point on would be to share your whole file with the group  
by posting is somewhere as attachements to this mailing-list are not  
accepted or relayed. If the file's small enough, you may consider  
sharing it as the body of your email.

Antoine
-- 
Blog — http://the.fuchsia-design.com

On 2 sept. 07, at 21:02, johnsucksatsvg wrote:

> I really appeciate the quick response and assistance.  I've been
> doing a lot of SVG the past few weeks, from dynamic pie charts to
> animated logos, but I didn't realize how wrong I was doing it until
> your response.
>
> I'm having some issues declaring the variables.  I never used any
> namespaces in my declartions before, but I think thats the cause of
> my new problem.
>
> For:
> var XLINK_NS = "http://www.w3.org/1999/xlink";
> var SVG_NS = "http://www.w3.org/2000/svg";
> I get the "object required" error.
>
> Here is the declarations I copied from an example.
>
> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
> "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>
> <svg xmlns="http://www.w3.org/2000/svg";
> xmlns:xlink="http://www.w3.org/1999/xlink"; width="300" height="300">
>   <script type="text/ecmascript">
>     <![CDATA[
>
> I'm not sure exactly whats what.  i'm assuming my svg declaration is
> correct, and that the problem is probably in the script type or the
> encoding?
>
> If I ever finish this project, I want to be able to throw a string of
> any length into a variable and have it scroll down the screen.
>
> Thanks again for the response. =)





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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

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