I am also using Token 5.x-1.11.

I have 4 cck content types with naming conventions like so.
Major -> [field_parent_school-title]/[field_parent_degree-title]/[field_parent_program-title]/[title-raw]
Program -> [field_parent_school-title]/[field_parent_degree-title]/[title-raw]
Degree -> [field_parent_school-title]/[title-raw]
School -> [title-raw]

When pathauto produces these I get....
Major -> university-maryland-college-park/bachelor039s/science-amp-health/cellular-biology-genetics
Program -> university-maryland-college-park/bachelor039s/science-health
Degree -> university-maryland-college-park/bachelors
School -> university-maryland-college-park (fine for now but I can see problems with schools like William & Mary)

I've bolded the issues.

It appears that upon adding further levels of url structure that the ' and &'s don't get removed, they merely become replaced by their html character equiv.

Comments

greggles’s picture

Is there a [field_parent_program-title-raw] token?

If so, using that will fix this problem. If not...we'll need to add that (to token).

dstol’s picture

The only tokens available are

[field_parent_program-nid]
Referenced node ID.
[field_parent_program-title]
Referenced node title.
[field_parent_program-link]
Formatted html link to the node.

dstol’s picture

Project: Pathauto » Token
Version: 5.x-2.3 » 5.x-1.11
dave reid’s picture

Status: Active » Closed (duplicate)