View Single Post

  #2 (permalink)  
Old 05-06-2004, 08:10 PM
jon - svg
Guest
 
Posts: n/a
Default Loading DTD from local file

Since everything is on the same network, can you do this?
Code:
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "MySvg11.dtd">
Let me know if this works.
Best,

Jon
Reply With Quote