Search found 1 match

by wraezor
Fri Sep 23, 2005 8:39 am
Forum: XSLT and FOP
Topic: (Should Be) Simple XSLT Query Problem
Replies: 1
Views: 3661

(Should Be) Simple XSLT Query Problem

Hey folks, I'm working on an XSLT file here and running into a bit of a problem. Take the following XML source: <note> <title>Hello</title> <body>This is the body of the text <div>including HTML tags</div>.</body> </note> How would I go about selecting the contents of <body> (including _all_ nodes u...