Added RWD for XPath and XSD tools

This commit is contained in:
2023-02-17 12:40:50 +01:00
parent 19c47d3cd2
commit df8b7cd007
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
<body onload="init();"> <body onload="init();">
<div class="container"> <div class="container">
<div id="tool" class="tool"> <div id="tool" class="tool rwd-expandable">
<div class="tool-context"> <div class="tool-context">
<div class="headline"> <div class="headline">
<h1>Online XSD tester <span class="versionInfo"><span class="version-span">v0.4 BETA</span></span> <h1>Online XSD tester <span class="versionInfo"><span class="version-span">v0.4 BETA</span></span>
@@ -48,7 +48,7 @@
</div> </div>
</div> </div>
<div class="tooltip-window"> <div class="tooltip-window rwd-hideable">
<h2>What is XSD?</h2> <h2>What is XSD?</h2>
<p><b>XSD is a W3C recomedation that specifies how to describe the elements in XML document</b></p> <p><b>XSD is a W3C recomedation that specifies how to describe the elements in XML document</b></p>
<p>XSD specifies data types, order and arity of elements in XML file.<br> <p>XSD specifies data types, order and arity of elements in XML file.<br>

View File

@@ -11,7 +11,7 @@
<body onload="init();"> <body onload="init();">
<div class="container"> <div class="container">
<div id="tool" class="tool"> <div id="tool" class="tool rwd-expandable">
<div class="tool-context"> <div class="tool-context">
<div class="headline"> <div class="headline">
<h1>Online XSLT tester <span class="versionInfo"><span class="version-span">v0.4</span></span></h1> <h1>Online XSLT tester <span class="versionInfo"><span class="version-span">v0.4</span></span></h1>
@@ -48,7 +48,7 @@
</div> </div>
</div> </div>
<div class="tooltip tooltip-window"> <div class="tooltip tooltip-window rwd-hideable">
<h2>What is XSLT?</h2> <h2>What is XSLT?</h2>
<p>XSLT is a language for transforming XML documents into other documents such as XML, HTML and many <p>XSLT is a language for transforming XML documents into other documents such as XML, HTML and many
other.<br></p> other.<br></p>