Bugs item #1208458, was opened at 2005-05-25 15:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1208458&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Dominique Kuster (dkuster)
Assigned to: Nobody/Anonymous (nobody)
Summary: xmlpoke timeout with valid xhtml document

Initial Comment:
My build uses three xmlpoke, one to update a standard 
xml document and two to update a valid xhtml  
document (checked against w3c html validator).
The two pokes on the xhtml document were much 
slower than the first one and the build failed on a slower 
system. Nant reported that it failed to load the 
document because of a timeout.


If I remove the <!DOCTYPE element, everything is fine.

Here is the document
<?xml version="1.0" encoding="utf-8" 
standalone="yes" ?>
<!-- WARNING: KEEP THIS DOCUMENT IN A _VALID_ 
XHTML FORMAT -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-
transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml";>
        <head>
        
        <title>QStat.WinFormControls.LaunchControl
</title>
                <link rel="configuration" 
href="../../Client/ApplicationControls.dll.config" />
                <link 
href="../../Styles/Styles.css" type="text/css" 
rel="stylesheet" />
        </head>
        <body>
                <h1>Application launcher 
control</h1>
                <p>In this demo, a hosted .net 
control launches a windows form containing the 
QStatApplicationControl.</p>
                <object id="launcher1" 
classid="QStatApplicationControls.dll#QStat.Application
Controls.LauncherControl">
                        <param 
name="ServiceUrlBase" 
value="ERROR_VALUE_UNSET" />
                </object>
                <hr />
        </body>
</html>

and the xmlpoke task:
<xmlpoke 
file="${build.dir}/web/FunctionalUnits/QStat/launch.htm" 
xpath="/x:html/x:body/x:[EMAIL PROTECTED]'launcher1']/x:param
[EMAIL PROTECTED]'ServiceUrlBase']/@value" value="http://
${web.server}/${web.root}">
<namespaces>
<namespace prefix="x" 
uri="http://www.w3.org/1999/xhtml"; />
</namespaces>
</xmlpoke>


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1208458&group_id=31650


-------------------------------------------------------
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to