ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Meer, H. van der" <H.vanderMeer@uva.nl>
To: ConTeXt NTG <ntg-context@ntg.nl>
Subject: problem with xtable
Date: Sat, 16 Jun 2012 10:24:23 +0000	[thread overview]
Message-ID: <BC8A6132-C722-4559-B5F4-26A4CDE72243@uva.nl> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1002 bytes --]

Using \startxtable gives an error, whereas \startembeddedxtable does not. What is the cause, what is the difference?

Hans van der Meer


Error: Runaway argument?
\xmlflush {test::4}\stopxtable  \endgroup
\stoptext
! File ended while scanning use of \buff_gobble.

Working:
\startxmlsetups xmlcommon:table
\startembeddedxtable[
\xmlflush{#1}
\stopembeddedxtable
\stopxmlsetups

Not working:
\startxmlsetups xmlcommon:table
\startxtable
\xmlflush{#1}
\stopxtable
\stopxmlsetups

Calling this with:
\usemodule[hvdm-xml] % contains simple definitions for <table> <tr> <td> through \startxcell etc.

\startxmlsetups test
\xmlsetsetup{\xmldocument}{test}{test:*}
\stopxmlsetups\xmlregistersetup{test}

\startxmlsetups test:test
\xmlflush{#1}
\stopxmlsetups

\startbuffer[test-1]
<?xml version="1.0" encoding="UTF-8"?>
<test>
<table>
<tr>
<td>one</td>
<td>two</td>
</tr>
</table>
</test>
\stopbuffer

\starttext
\xmlprocessbuffer{test}{test-1}{}
\stoptext


[-- Attachment #1.2: Type: text/html, Size: 4387 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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	other threads:[~2012-06-16 10:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-16 10:24 Meer, H. van der [this message]
2012-06-16 13:51 ` Wolfgang Schuster

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=BC8A6132-C722-4559-B5F4-26A4CDE72243@uva.nl \
    --to=h.vandermeer@uva.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).