Changed 'XML' category to 'Parser'

This commit is contained in:
2023-11-02 10:08:16 +01:00
parent 957848a858
commit 22c148f021

View File

@@ -30,7 +30,7 @@ onMounted( () => {
<img :src="logoR11" class="w-72 h-16 p-2 pt-0"/> <img :src="logoR11" class="w-72 h-16 p-2 pt-0"/>
</a> </a>
<div class="flex basis-full flex-col font-medium items-center"> <div class="flex basis-full flex-col font-medium items-center">
<sidebar-menu-element-component category-name="XML"> <sidebar-menu-element-component category-name="Parser">
<SidebarToolLinkComponent path-to="/xml/xpath" element-content="XPath" /> <SidebarToolLinkComponent path-to="/xml/xpath" element-content="XPath" />
<SidebarToolLinkComponent path-to="/xml/xquery" element-content="XQuery" /> <SidebarToolLinkComponent path-to="/xml/xquery" element-content="XQuery" />
<SidebarToolLinkComponent path-to="/xml/xsd" element-content="XSD" /> <SidebarToolLinkComponent path-to="/xml/xsd" element-content="XSD" />