Helpful Information
 
 
Category: XML
xml output using xsql

I want the following type of output using xsql. How? remember there are 4 levels: <grades><student><name of the student>.......</name of the student></student>
<student><name of the student>.......</name of the student></student>--------------------
<grades>


<grades>
<student>
<name>John</name>
<cs01>45</cs01>
<cs02>48</cs02>
<cs03>57</cs03>
</student>
<student>
<name>Paul</name>
<cs01>67</cs01>
<cs02>64</cs02>
<cs03>75</cs03>
</student>
<student>
<name>Mike</name>
<cs01>74</cs01>
<cs02>56</cs02>
<cs03>64</cs03>
</student>
<student>
<name>Dave</name>
<cs01>54</cs01>
<cs02>34</cs02>
<cs03>69</cs03>
</student>
</grades>

What's XSQL? Never heard of it.










privacy (GDPR)