Ah ha! We'll see if that works... I'm by no means an XML guru... thanks 
for the tip. I'll let you know if it works.

Chris

Klaus Hartl wrote:
> 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/
> 

-- 
http://cjordan.info

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

Reply via email to