Skip to content

How to use customer specific profiles #592

Answered by ghost
MartinKoeditz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Martin,

you generally need three parts for this to work:

  1. Your DC files (or alternatively, your command line) needs profiling via a PROF... line, e.g. for a document for Example Corp. and Yoyo Inc, you could use PROFVENDOR=examplecorp; yoyoinc.

  2. Your MAIN file needs the following xml-stylesheet PI at the top, directly after <?xml version="1.0"?>:

    <?xml-stylesheet href="urn:x-suse:xslt:profiling:docbook51-profile.xsl"
      type="text/xml" title="Profiling step"?>
    

    Depending the DocBook version you are using, you may have to choose a different profiling stylesheet to apply.
    In case your catalog does not provide this URN, you can probably just use an absolute file path, like href="/usr/sha…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@MartinKoeditz
Comment options

@MartinKoeditz
Comment options

@fsundermeyer
Comment options

Answer selected by tomschr
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants