How to Use XSL
Page Index
Step 1: Start with your XML document.
Let us transform the following XML document ("cat.xml") into XHTML:
<?xml version="1.0" encoding="UTF-8"?> <lexicon xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <metadataFile href="xyz.xml"/> <forms> <form formtype="free root" id="2860" lang="Biao Min"> <linguisticform> <unanalyzedform>niu3</unanalyzedform> </linguisticform> <grammatical-relation relation-term="is a" pos="Noun"/> <gloss lang="English" value="cat"> </gloss> ....... ....... ....... </form> </forms> </lexicon> |
Related Links | |
---|---|
About Stylesheets How XSL Works Example Files ![]() How to Use Stylesheets |
User Contributed Notes How to Use XSL |
+ Add a comment |
+ View comments |