Thanks Lukas.

Here is my solution.  It's not pretty but it does the job.

<script type="text/javascript">document.write('\xA9')</script>

Just place this where you want the copyright symbol to appear.  I'm already
using a customized copy of site.jsl, so I just replaced each of the 4
occurrences of the &#169; entity with a copy of the above Javascript
segment.  I can publish with WebDAV and the symbol appears correctly.

- Lance

On 12/9/05, Lukas Theussl <[EMAIL PROTECTED]> wrote:
>
> Hi Lance,
>
> I tried a few things but I couldn't get it work like you want, so I'm
> afraid the preliminary answer to your question is no. Unfortunately,
> jelly is not very consistent with the treatment of entities, we've had
> several related problems in the past.
>
> -Lukas
>
>
> Lance Bader wrote:
> > By default, the jelly style language file, site.jsl, used by the xDoc
> > plug-in to convert the xDoc XML source into XHTML, supplies a footer
> that
> > includes a copyright symbol.  The site.jsl file specifies the symbol
> using
> > the &#169; entity notation, but the XHTML file generated contains the
> real
> > copyright character.
> >
> > If you deploy your web site using WebDAV protocols, this character is
> > mangled into a question mark.
> >
> > Is there a way to modify the site.jsl file so that the &#169; entity
> > notation appears in the XHTML output instead of the copyright symbol?
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to