Search found 3 matches

by rexsavior
Wed Dec 01, 2004 6:37 pm
Forum: XSLT and FOP
Topic: Retrieving multiple values from an attribute
Replies: 4
Views: 16440

Thanks

That does the trick! Thanks so much for the help. I'm still not sure why my original if-test wasn't working, but I do see why this one *does* work - which is a start!
by rexsavior
Wed Dec 01, 2004 5:32 pm
Forum: XSLT and FOP
Topic: Retrieving multiple values from an attribute
Replies: 4
Views: 16440

More info

Ah, I didn't give nearly enough info. Sorry for that, and thank you for response just the same. I'm actually trying to grab these attribute IDs and create variables from them for matching with the complete speakers name (encoded in the header). Here's some actual code, first my XML: <header> <speake...
by rexsavior
Wed Dec 01, 2004 4:25 am
Forum: XSLT and FOP
Topic: Retrieving multiple values from an attribute
Replies: 4
Views: 16440

Retrieving multiple values from an attribute

Hi, I have an attribute that has several values separated by whitespace.

Like so: <speech who="david bob alan">

I would like to retrieve all three names, but of course calling @who only retrieves the first name.

What am I doing wrong?