On 5/10/2015 9:40 PM, Pablo Rodriguez wrote:
Hans,

many thanks for the explanation with \xmlsetup.

I have one more question for today concerning lpaths.

I have the following commands:

     \xmlsetsetup{\xmldocument}
         {span[@label]}
         {xml:logo}

     \xmlsetsetup{\xmldocument}
         {span[contains(@class,'tex\letterpercent-logo')]}
         {xml:tex:logo}

Is there no way to merge both in one? (The basic rule a|b doesn’t seem
to work here, altough I may be missing everything :-(.)

it all depends on what you want to do eventually

\xmlsetsetup{\xmldocument}
   {span[@label or contains(@class,'tex\letterpercent-logo')]}
   {xml:logo}

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to