[jQuery] Re: Embedding HTML inside of XML, and writing it to a page

2008-10-24 Thread Robert Koberg
On Oct 23, 2008, at 11:09 PM, Recoil wrote: Only thing is, I want the article text to be xhtml-enabled. so there's b's and br/'s and such in there, and we're looking at something more like article titleThis title is rad./title text And this is some bawesome/b article

[jQuery] Re: Embedding HTML inside of XML, and writing it to a page

2008-10-24 Thread Recoil
Hmmm, I haven't used XSL before, I'm looking it up right now, but I'm a bit unclear as to where to go from the point where I apply the XSLT to the XML. I mean, is this just automatically going to 'work'? On Oct 24, 7:19 am, Robert Koberg [EMAIL PROTECTED] wrote: On Oct 23, 2008, at 11:09 PM,

[jQuery] Re: Embedding HTML inside of XML, and writing it to a page

2008-10-24 Thread Robert Koberg
Earlier I did a quick search for jQuery XSL plugin and found: http://johannburkard.de/blog/programming/javascript/xslt-js-version-3-0-released-xml-xslt-jquery-plugin.html I don't know if you are building the XML DOM or pulling it through ajax. I don't know if the above works out of the box

[jQuery] Re: Embedding HTML inside of XML, and writing it to a page

2008-10-24 Thread Recoil
Shoot, you're talking about using xsl to generate the entire page, yes? On Oct 24, 11:37 am, Recoil [EMAIL PROTECTED] wrote: Hmmm, I haven't used XSL before, I'm looking it up right now, but I'm a bit unclear as to where to go from the point where I apply the XSLT to the XML. I mean, is this

[jQuery] Re: Embedding HTML inside of XML, and writing it to a page

2008-10-24 Thread Robert Koberg
On Oct 24, 2008, at 12:59 PM, Recoil wrote: Shoot, you're talking about using xsl to generate the entire page, yes? No, you target an ID to put the transformed result into. On Oct 24, 11:37 am, Recoil [EMAIL PROTECTED] wrote: Hmmm, I haven't used XSL before, I'm looking it up right