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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply