ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* xml tree extension?
@ 2012-03-14 14:58 Meer, H. van der
  0 siblings, 0 replies; only message in thread
From: Meer, H. van der @ 2012-03-14 14:58 UTC (permalink / raw)
  To: ConTeXt NTG


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

Is it possible to have the following order of actions?

<root>
  <file name="filename1">
  <file name="filename2">
  ..
</root>

The file contains an xml-tree starting at <fileroot>..

At the moment I am processing the files with \xmlprocessfile{fileroot}{filename}{}, but this generate separate node-lists for <root> and <fileroot>; at least, that is my understanding of its workings.

Can I change the processing in such a way that something akin the following tree structure is processed, each time with a new file:

<root>
  <file name="filename1"/>
    <fileroot>
    ..
    </fileroot>
  <file name="filename2"/>
    <fileroot>
    ..
    </fileroot>
  ..
</root>

Or is it impossible to accomplish?

Hans van der Meer




[-- Attachment #1.2: Type: text/html, Size: 2801 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-14 14:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-14 14:58 xml tree extension? Meer, H. van der

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).