ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Peter Rolf <indiego@gmx.net>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: XML - creating a list by hand (mkiv)
Date: Mon, 21 Dec 2009 14:36:58 +0100	[thread overview]
Message-ID: <4B2F79FA.6030802@gmx.net> (raw)

Hi,

can someone give me a helping hand with the following example. I still 
have no general survey over the XML related code in ConTeXt (donno what 
functions to use). The last time I played with it is one and a half year 
ago and many things have changed (meaning that the old examples no 
longer work).

I simply want to create a XML document and insert some elements. My main 
problem is to insert an element at root level. I can insert an element 
before and after another element, but not into the element. I'm not 
sure, if I have understood the meaning of the pattern parameter 
correctly. Is this equal to XPath?


%-----
\starttext

\startluacode

local xmp = xml.convert("<?xml version='1.0' 
standalone='yes'?>\n<root>\n<bar>bla</bar>\n</root>")
--xml.before(xmp,"/root/bar","<sub>foo</sub>")

--xml.delete(xmp,"bar")
--xml.inject(xmp,"/sub","<sub>bar</sub>")-- only for xml-files?

xml.insert(xmp,"/root/bar","<sub/>")
--xml.inject(xmp,"/*/bar","<sub/>")

--xml.sprint(xml.filter(xmp,"/root/sub"))

xml.save(xmp,"test.xml")

\stopluacode

\stoptext
%-----


Best wishes,  Peter
___________________________________________________________________________________
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:[~2009-12-21 13:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-21 13:36 Peter Rolf [this message]
2009-12-22 13:04 ` Hans Hagen
2009-12-22 13:21   ` Peter Rolf
2009-12-22 13:33     ` Hans Hagen
2010-01-12 14:47       ` Peter Rolf
2010-01-13 22:10         ` Hans Hagen

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=4B2F79FA.6030802@gmx.net \
    --to=indiego@gmx.net \
    --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).