Jump to content
Server Maintenance This Week. ×

A couple XSL questions


itsalljustaride

This topic is 6128 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I'm doing imports from the Amazon ECS. For the most part all of the parts and peices are easy enough to get at, but there are a couple little details that are evading my grasp.

#1

Amazon makes available the item description, such as the text that would be on the back of a DVD cover. However, it puts it in with the editorial reviews, rather than as its own separate node. Like thus:

-

--Amazon.com

---

----Like a dream, Howl's Moving Castle carries audiences to vistas...

---

--

-

--Description

---

----In Hayao Miyazaki's latest animated masterpiece...

---

--

So basically what I want is just the "Content" portion of the one that has "Description" as the "Source", and all others it can ignore.

#2

How can I parse out elements that reside inside the tags? There are some parts that look like this:

134

I can get the data "134" easy enough, but I'd also like to append the other stuff as well, so that it looks like "134 minutes". Or, in this case:

Atsushi Okui

I'd like to get something like "Cinematographer - Atsushi Okui"

Thanks for any help!

Link to comment
Share on other sites

I'm using the user-defined prefix of "ams" for the Amazon namespaces; yours may vary.

1.


So you specify only the Source whose value is 'Description', then back up its parent EditorialReview, then down to its Content.

2. The data you want is in an "attribute", which can be thought of as a child of its element. It behaves much the same as an element; it's just an alternate way of organizing the data. It is accessed by using the "@" character:

The above would need its own FileMaker field of Role. I suppose you could concatenate this with the creator's name in the xsl, but that wouldn't be good database design (multi-valued field).

Link to comment
Share on other sites

This topic is 6128 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.