Re: Output from node traversal not processing correctly

2010-02-17 Thread Michael Ludwig
Tim Hibbs schrieb am 17.02.2010 um 16:52:12 (-0600): > Michael, > > Many thanks for the feedback. Tim, you're very welcome. > Prior to my solicitation for help from this group, I'd read through > (but not fully understood) the book "Definitive XSLT and Xpath" by G. > Ken Holman. Ken Holman als

RE: Output from node traversal not processing correctly

2010-02-17 Thread Tim Hibbs
- From: Michael Ludwig [mailto:mil...@gmx.de] Sent: Wednesday, February 17, 2010 3:04 PM To: Xalan-J Users Subject: Re: Output from node traversal not processing correctly Tim Hibbs schrieb am 17.02.2010 um 10:52:39 (-0600): > Personal Context: > - New to XSL, Xalan. Have taken c

Re: Output from node traversal not processing correctly

2010-02-17 Thread Michael Ludwig
Tim Hibbs schrieb am 17.02.2010 um 10:52:39 (-0600): > Personal Context: > - New to XSL, Xalan. Have taken care to try all options I can think > of before soliciting for assistance here. Don't fully understand > Debugger outputs (below). I'd consider reading a good introductory tutorial or ev

Re: Output from node traversal not processing correctly

2010-02-17 Thread Nathan Nadeau
Tim Hibbs wrote: Second, with changes you implied in your response, I tried several variations. I'm still missing something, probably elemental, of importance. Additional guidance would be most welcome... I now have the following, representative of all the variations I tried: *_XML_*: (no ch

RE: Output from node traversal not processing correctly

2010-02-17 Thread Tim Hibbs
_ From: Nathan Nadeau [mailto:n...@gleim.com] Sent: Wednesday, February 17, 2010 10:16 AM To: Tim Hibbs Cc: xalan-j-users@xml.apache.org Subject: Re: Output from node traversal not processing correctly Tim, What's happening is you're triggering the default templates

Re: Output from node traversal not processing correctly

2010-02-17 Thread Nathan Nadeau
Tim, What's happening is you're triggering the default templates that are provided by the XSLT processor that match element and text nodes when you call . There are built in rules provided by the XSLT processor that match the different node types. The default rule for element nodes is to sim

Output from node traversal not processing correctly

2010-02-17 Thread Tim Hibbs
Hi - I'm requesting some basic assistance with an XSL processing problem. I would think this is a simple issue to resolve, but I haven't had much luck. Any asistance would be greatly appreciated. Issue: Node contents not being output as expected. Execution Context: - eclipse 3.5.1, runnin