ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: getting inside xhtml / mkii
Date: Thu, 08 May 2008 23:55:07 +0200	[thread overview]
Message-ID: <482376BB.2030709@wxs.nl> (raw)
In-Reply-To: <48237157.4010103@jhnet.nl>

Jelle Huisman wrote:
> Hello,
> 
> I want to process have a rather complicated xhtml file with dictionary 
> data containing lots of entries like:
> 
> <span class="word" lang="nld">papa</span>
> <span class="defenition" lang="en">
>     <span class="xlanguagetag" lang="en">Eng </span>
>         daddy</span>
> 
> I tried to write some code to get the individual data elements into my 
> ConTeXt-module, but I didn't succeed. This:
> 
> \defineXMLargument [span 
> class="word"]{\Mywordstyle{\XMLvar{class="word"}{}}}


  \defineXMLargument
    [span]
    [class=word]
    {\Mywordstyle{\XMLpar{span}{class}{default-value}}}

> for example fails, it gives all the data within all the different 
> span's, whereas I want to select the different data items using the 
> <span class-attributes (and typeset the different items in different 
> ways afterwards). Maybe I miss something obvious, but I would appreciate 
> some help to solve this. (BTW: I use MKII for this project)

consider switching to context mkiv which gives access to the xml tree

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2008-05-08 21:55 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-08 21:32 Jelle Huisman
2008-05-08 21:55 ` Hans Hagen [this message]
2008-05-09  8:59   ` Jelle Huisman
2008-05-09  9:30     ` Wolfgang Schuster
2008-05-09  9:56       ` Jelle Huisman
2008-05-09 10:06         ` Wolfgang Schuster
2008-05-09 12:53           ` Jelle Huisman
2008-05-09 13:14             ` Wolfgang Schuster
2008-05-09 13:57               ` Jelle Huisman
2008-05-09 13:05           ` Hans Hagen
2008-05-09 13:54             ` Jelle Huisman
2008-05-15 11:33             ` Jelle Huisman
2008-05-15 13:07               ` Wolfgang Schuster
2008-05-15 13:27                 ` Jelle Huisman
2008-05-15 13:52                   ` Wolfgang Schuster
2008-05-15 19:54                     ` Jelle Huisman
2008-05-16  9:54                       ` Wolfgang Schuster
2008-05-16 10:19                         ` Jelle Huisman
2008-05-16 10:25                           ` Wolfgang Schuster
2008-05-16 10:41                             ` Jelle Huisman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=482376BB.2030709@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).