XML/XSLT and DTD

admin

Administrator
Staff member
Hi,
I'm new with xml/xslt and when I installed Dreamweaver8 and using xslt basic page a code came
out and seems like its DTD (i'm new with it either), anyways the code is

<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE xsl:stylesheet [
<!ENTITY nbsp " ">
<!ENTITY copy "?quot;>
<!ENTITY reg "?quot;>
<!ENTITY trade "?quot;>
<!ENTITY mdash "?quot;>
<!ENTITY ldquo "?quot;>
<!ENTITY rdquo "?quot;>
<!ENTITY pound "?quot;>
<!ENTITY yen "?quot;>
<!ENTITY euro "€">
]>

.
.
.


from the pages of <a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.google.com.ph/search?hl=en&q=DTD+tutorial+entity&btnG=Search&meta=">tutorial from google</a>
I couldn't find any helpful tutorial that is a Real Application of some sort because its all basic tutorial. Hope you could help me
in finding a step by step procedure on how to use this ENTITY thing in a real apps (a line or two will do :) ).
 
Back
Top