Re: [jQuery] xmlExec - sanitized output

2006-12-20 Thread youngwax
I was enclosing content in less-than and greater-than. Inside append select='#here'stuff/append, I don't need more brackets, like append select='#here'bad brackets/append. Thanks for your help. Now, I can move forward to the next simple obstacle. -- View this message in context:

[jQuery] xmlExec - sanitized output

2006-12-19 Thread youngwax
This is probably a noob question. I am using jquery, with the form plugin to submit information, and the xmlExec plugin to handle responses. As far as I can tell, the form plugin works, and the xmlExec receives and deals with an xml file. It all seems to work, but what gets displayed on my

Re: [jQuery] xmlExec - sanitized output

2006-12-19 Thread Ⓙⓐⓚⓔ
It's supposed to be that way! if you slip that lt; stuff into your page it should appear as ! Since the xml is correct xml and you are concerned about things like the carriage returns, you have properly encoded them. Since there is no DTD or schema for the xml you can also write it all without

Re: [jQuery] xmlExec - sanitized output

2006-12-19 Thread Mike Alsup
Hi youngwax, Like Blair said, you don't need the CDATA if you're sending back valid XHTML. That said, br is not valid XHTML. Switch that to br / and try it w/o the CDATA. Also, it's great form to post a link to a sample page if at all possible! Mike

Re: [jQuery] xmlExec - sanitized output

2006-12-19 Thread youngwax
hey, I am thrilled to get several replies so quickly. The xml file contains greater-signs and less-signs. I had hoped to add markup to my page. It works if I add markup and content with jquery, but with xmlExec, it gets sanitized - I can only add plain content. It seems fairly limiting,

Re: [jQuery] xmlExec - sanitized output

2006-12-19 Thread youngwax
I seem to get the same appearance with all combinations of br, br /, [CDATA], or not [CDATA]. I still don't get functional markup. Thanks -- View this message in context: http://www.nabble.com/xmlExec---sanitized-output-tf2857111.html#a7984379 Sent from the jQuery Plugins mailing list archive

Re: [jQuery] xmlExec - sanitized output

2006-12-19 Thread Mike Alsup
I seem to get the same appearance with all combinations of br, br /, [CDATA], or not [CDATA]. I still don't get functional markup. Can you post a sample page somewhere? That would help us track it down. ___ jQuery mailing list discuss@jquery.com