docbook-apps

  • 1.  Towards easier XSL Customizations

    Posted 02-12-2007 11:05
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    Hi all,

    I finally found the time to write down a few ideas I had in mind for a
    long time:
    http://camille.wordpress.com/2007/02/03/xsl-customizations-easy-at-last/

    I'll be happy to hear your comments before I go further.


    Have a nice week,

    Camille.
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.4.5 (GNU/Linux)
    Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org

    iD8DBQFF0EnCjv9P65BfOUMRApBmAKCZJZtMnpmK3YeCBriF0Sw3qL7DMQCaAu0a
    CnNN/8sbNIcaITO40nuGX8A=
    =6EeR
    -----END PGP SIGNATURE-----



  • 2.  Re: [docbook-apps] Towards easier XSL Customizations

    Posted 02-12-2007 11:56
    Camille Bégnis wrote:

    > I finally found the time to write down a few ideas I had in mind for a
    > long time:
    > http://camille.wordpress.com/2007/02/03/xsl-customizations-easy-at-last/
    >
    > I'll be happy to hear your comments before I go further.

    Hi Camille,

    are you aware of the following thread:

    http://sourceforge.net/mailarchive/forum.php?thread_id=31595537&forum_id=2029

    Basically, many DocBook parameters already have necessary
    metainformation and more will be added shortly.

    FO editor which will be able to use such parameter definitions will be
    released to public within few months. But I don't think it is completely
    possible to drive editor only by parameter definitions. Some parameters
    have such complex types that special control or custom code must be used
    to create editing front-end for it.

    Jirka

    --
    ------------------------------------------------------------------
    Jirka Kosek e-mail: jirka@kosek.cz http://xmlguru.cz
    ------------------------------------------------------------------
    Professional XML consulting and training services
    DocBook customization, custom XSLT/XSL-FO document processing
    ------------------------------------------------------------------
    OASIS DocBook TC member, W3C Invited Expert, ISO/JTC1/SC34 member
    ------------------------------------------------------------------
    Want to speak at XML Prague 2007 => http://xmlprague.cz/cfp.html




  • 3.  Re: [docbook-apps] Towards easier XSL Customizations

    Posted 02-12-2007 13:02
    Jirka Kosek wrote:
    > Camille Bégnis wrote:
    >
    >> I finally found the time to write down a few ideas I had in mind for a
    >> long time:
    >> http://camille.wordpress.com/2007/02/03/xsl-customizations-easy-at-last/

    > are you aware of the following thread:
    >
    > http://sourceforge.net/mailarchive/forum.php?thread_id=31595537&forum_id=2029
    >
    > Basically, many DocBook parameters already have necessary
    > metainformation and more will be added shortly.
    >
    > FO editor which will be able to use such parameter definitions will be
    > released to public within few months. But I don't think it is completely
    > possible to drive editor only by parameter definitions. Some parameters
    > have such complex types that special control or custom code must be used
    > to create editing front-end for it.



    So..... I have an xml file which lists the (say html) parameters.
    parameter X
    Description: it does this
    Values {a, b, c}

    etc.

    Any application that can read XML can then pick up that file...
    then use a user response (pick one from list, enter integer etc)
    to set a value.

    Application then writes out a customization layer, in XML.

    :-) Sounds good to me.

    Is that the idea Camille?




    regards

    --
    Dave Pawson
    XSLT XSL-FO FAQ.
    http://www.dpawson.co.uk



  • 4.  Re: [docbook-apps] Towards easier XSL Customizations

    Posted 02-12-2007 13:05
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    Dave Pawson a écrit :
    > Jirka Kosek wrote:
    >> Camille Bégnis wrote:
    >>
    >>> I finally found the time to write down a few ideas I had in mind for a
    >>> long time:
    >>> http://camille.wordpress.com/2007/02/03/xsl-customizations-easy-at-last/
    >
    >> are you aware of the following thread:
    >>
    >> http://sourceforge.net/mailarchive/forum.php?thread_id=31595537&forum_id=2029
    >>
    >>
    >> Basically, many DocBook parameters already have necessary
    >> metainformation and more will be added shortly.
    >>
    >> FO editor which will be able to use such parameter definitions will be
    >> released to public within few months. But I don't think it is completely
    >> possible to drive editor only by parameter definitions. Some parameters
    >> have such complex types that special control or custom code must be used
    >> to create editing front-end for it.
    >
    >
    >
    > So..... I have an xml file which lists the (say html) parameters.
    > parameter X
    > Description: it does this
    > Values {a, b, c}
    >
    > etc.
    >
    > Any application that can read XML can then pick up that file...
    > then use a user response (pick one from list, enter integer etc)
    > to set a value.
    >
    > Application then writes out a customization layer, in XML.
    >
    > :-) Sounds good to me.
    >
    > Is that the idea Camille?

    Yes, that's exactly the idea. Glad you like it :-)

    Camille.
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.4.5 (GNU/Linux)
    Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org

    iD8DBQFF0GX0jv9P65BfOUMRAvOQAKCtYQhQs4e4h4TiwLRtsMlCNuNnBgCcDCjS
    XYIjBscAhtp6Lt40xq0VKpo=
    =ikEu
    -----END PGP SIGNATURE-----



  • 5.  Re: [docbook-apps] Towards easier XSL Customizations

    Posted 02-12-2007 13:18
    So... the xml version of the parameters provides the structure (I think
    - is that right Bob/Jirka?)

    The values would need to be thought out, and limits provided.
    The descriptions would need to be finished, some aren't very complete.

    I think that would do it?

    (perhaps provide a schema then more than one person could work on it?)

    What have I forgotten?


    regards

    --
    Dave Pawson
    XSLT XSL-FO FAQ.
    http://www.dpawson.co.uk



  • 6.  Re: [docbook-apps] Towards easier XSL Customizations

    Posted 02-12-2007 13:22
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    Dave Pawson a écrit :
    > So... the xml version of the parameters provides the structure (I think
    > - is that right Bob/Jirka?)
    >
    > The values would need to be thought out, and limits provided.
    > The descriptions would need to be finished, some aren't very complete.
    >
    > I think that would do it?
    >
    > (perhaps provide a schema then more than one person could work on it?)

    And have something generic enough so that the same schema and parsing
    tools could be used for just any vocabulary (DITA for example) that
    would decide to support it...

    Camille.
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.4.5 (GNU/Linux)
    Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org

    iD8DBQFF0Gn6jv9P65BfOUMRApEBAKCLFhRx2MbXRthG/RP5dk4jg7BQ4ACgsKaj
    OWk8IuF5qsNUuRLMvalUCYA=
    =VOek
    -----END PGP SIGNATURE-----



  • 7.  Re: [docbook-apps] Towards easier XSL Customizations

    Posted 03-19-2007 17:43
    Camille Bégnis wrote:

    > I finally found the time to write down a few ideas I had in mind for a
    > long time:
    > http://camille.wordpress.com/2007/02/03/xsl-customizations-easy-at-last/
    >
    > I'll be happy to hear your comments before I go further.

    http://wiki.docbook.org/topic/ParameterAnnotations

    describes what is currently available in DocBook parameter definitions.

    --
    ------------------------------------------------------------------
    Jirka Kosek e-mail: jirka@kosek.cz http://xmlguru.cz
    ------------------------------------------------------------------
    Professional XML consulting and training services
    DocBook customization, custom XSLT/XSL-FO document processing
    ------------------------------------------------------------------
    OASIS DocBook TC member, W3C Invited Expert, ISO/JTC1/SC34 member
    ------------------------------------------------------------------
    Want to speak at XML Prague 2007 => http://xmlprague.cz/cfp.html