Hello,
The bug appears when the pdf is generated from the xml file. In the word file, the link works fine. In the xml file, right before the uP link, you will notice that there is a segment with a non-breaking space. If I remove that non-breaking space, the link works fine. This is can also be seen in the third page of the pdf contents in the course.zip. There is a bulleted list with a link in one of them. In the xml file, you will see this:
<Text MarginBottom="14" IsSpaced="true" LineSpacing="2.1">
<Segment FontName="Arial Unicode MS" FontSize="5.5">o</Segment>
<Segment FontName="Arial Unicode MS" FontSize="5.5">#$NBS</Segment>
<Segment FontName="Arial Unicode MS" Color="rgb 0 0 255" IsUnderline="true" FontSize="5.5" LinkType="Web" Url="http://www.msnbc.msn.com/id/31078074">Web Link</Segment>
<Segment FontName="Arial Unicode MS" FontSize="5.5"> </Segment>
Notice that before the web link, there is a #$NBS. This causes the link not to work.
Thanks.
ANCILE Solutions