xsl-list
[Top] [All Lists]

Re: [xsl] how to xpath the *value* of an attribute based on value of other attribute in same element

2009-07-01 14:14:09
On Wed, Jul 1, 2009 at 1:47 PM, G. Ken
Holman<gkholman(_at_)cranesoftwrights(_dot_)com> wrote:

That isn't XML because it isn't well-formed due to the absence of the
namespace declaration for "xtf".

I thought to spare you the full 20 mb file and give you just the
relevant bits. May the xml gods forgive me.


Works for me!  I wouldn't change a thing.

Turns out you are right - I had been using oxygen's xpath evaluator
and it kept returning the whole node rather than the attribute value I
wanted, and I perhaps foolishly trusted to that. It turns out a
different bug in my working code prevented me from getting the value
to display, and between the one and the other I had concluded my xpath
was bad. But now it's all good.

Thanks for the help!

.d

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--