GeneralXML Database Import

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
kornaros
Posts: 40
Joined: Wed Nov 30, 2011 12:11 am

XML Database Import

Post by kornaros »

Could someone kindly make an example in (Lua)LaTeX language that import (into a simple .tex document )the second answer from the following .xml document (using Lua power or a standard LaTeX package).

Code: Select all

<exercises>
<question name="1st">
<description> Let us suppose...
</description>
<answer> As we Know..
</answer>
</question>
<question name="2nd">
<description>In mathematics, the Pythagorean theorem..
</description>
<answer> Let' s define $a=x^2+y^2$
</answer>
</question>
<question name="3rd">
<description>In some cases...
</description>
<answer> We will give a counterexample...
</answer>
</question>
</exercises>

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply