Christopher Jordan schrieb:
> Hi folks,
> 
> Rick, and I are working on this problem, and we're having trouble with 
> the following generated taconite code:
> 
> <taconite>
>       <replaceContent select="#Result_Years">
> 
>       </replaceContent>
> 
>       <attr select="#Years_Status" name="Years_StatusID" value="True">
> 
>       <replaceContent select="#Result">
>               Waiting for numbers...
>       </replaceContent>
> </taconite>
> 
> The error from FireBug is:
> 
> [taconite] [AJAX response] content-type: text/xml; status: 200 OK; has 
> responseXML: true
> [taconite] XML document root: parsererror
> 
> Any suggestions?
> 
> Chris 

I'm someone :-) It seems to me that your xml is not well-formed. You 
need to close the attr element:

<attr select="#Years_Status" name="Years_StatusID" value="True"/>


-- Klaus


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to