Dear Holger,

Thank you very much for your reply!

yes, the link you've sent me works when I open it. The server I am 
running is NCServer, which is an ISV webserver specially made for 
our purposes. The network I am working is a very secure network, I 
am negociating with them to let you connect to my test server. I 
will update here as soon as I can.
I am not sure if you can connect here, but you can give it a try:
http://192.0.2.128:8080/KeyPuncher/testSVG.svg

username/password is: sp/sppass

let me know if it works.

Thank you very much again.

D Dave


*---------------*
testSVG.svg
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>

<svg onload="init(evt);" viewBox="0 0 1000 1000">

<script type="text/javascript">
function init(evt) {
        svgdoc = evt.target.ownerDocument;

        getURL("testXML.xml",callback_rect);
        
} //end init()

function callback_rect(obj) {

        
        if(obj.success) {
                alert("success!");
                var xmldoc = parseXML(obj.content,svgdoc);
                var nodes = xmldoc.childNodes;
                alert("ln: "+nodes.length);

        }else{
                alert("Failed!");
        }

} // end callback
</script>


</svg>


*-----------------*
testXML.xml

<DOCUMENT>
        <TRADER>
                <NAME>
                        <LAST_NAME>Lname</LAST_NAME>
                        <FIRST_NAME>FName</FIRST_NAME>
                </NAME>
        </TRADER>
</DOCUMENT>

let me know if you can run it.



--- In [email protected], Holger Will <[EMAIL PROTECTED]> 
wrote:
> Hi Dave
> 
> iv uploaded a simple example,
> http://blog.treebuilder.de/svg/getUrl.svg
> 
> this works for me in IE+ASV6. does it work for you ?
> what server are you using ? can you put a simple example online ?
> 
> cheers
> Holger




------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hogdpnr/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123615378/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

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