docbook-apps

  • 1.  Entities that contain profiling conditions

    Posted 09-09-2008 10:23
    Hi All,

    in an earlier thread about profiling and entities, I read that you can use
    entities like this:

    linux content</phrase><phrase os="win">windows
    content</phrase>">

    This is exactly what I need, but unfortunately it does not work, because of the
    quotes after the = character (xsltproc says: entity not terminated).
    I've tried to escape the quotes using " but that does not work either
    (opening quote expected for profiling condition).

    Is there a simple way to get this work?

    Thanks.

    Robert Fekete




  • 2.  Re: [docbook-apps] Entities that contain profiling conditions

    Posted 09-09-2008 10:28
    Can you not use single quotes around the entity content?
    S

    On Tue, Sep 9, 2008 at 11:23 AM, Robert Fekete <frobert@balabit.com> wrote:
    > Hi All,
    >
    > in an earlier thread about profiling and entities, I read that you can use
    > entities like this:
    >
    > linux content</phrase><phrase
    > os="win">windows
    > content</phrase>">
    >
    > This is exactly what I need, but unfortunately it does not work, because of
    > the
    > quotes after the = character (xsltproc says: entity not terminated).
    > I've tried to escape the quotes using " but that does not work either
    > (opening quote expected for profiling condition).
    >
    > Is there a simple way to get this work?
    >
    > Thanks.
    >
    > Robert Fekete
    >
    >
    > ---------------------------------------------------------------------
    > To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
    > For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
    >
    >



  • 3.  Re: [docbook-apps] Entities that contain profiling conditions

    Posted 09-09-2008 10:52
    Thanks a lot, that worked!

    Robert

    Samuel Wright wrote:

    > Can you not use single quotes around the entity content?
    > S
    >
    > On Tue, Sep 9, 2008 at 11:23 AM, Robert Fekete <frobert@balabit.com> wrote:
    >> Hi All,
    >>
    >> in an earlier thread about profiling and entities, I read that you can use
    >> entities like this:
    >>
    >> linux content</phrase><phrase
    >> os="win">windows
    >> content</phrase>">
    >>
    >> This is exactly what I need, but unfortunately it does not work, because of
    >> the
    >> quotes after the = character (xsltproc says: entity not terminated).
    >> I've tried to escape the quotes using " but that does not work either
    >> (opening quote expected for profiling condition).
    >>
    >> Is there a simple way to get this work?
    >>
    >> Thanks.
    >>
    >> Robert Fekete
    >>
    >>
    >> ---------------------------------------------------------------------
    >> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
    >> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
    >>
    >>
    >