imperial
05-12-2006, 11:06 PM
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 "©">
<!ENTITY reg "®">
<!ENTITY trade "™">
<!ENTITY mdash "—">
<!ENTITY ldquo "“">
<!ENTITY rdquo "”">
<!ENTITY pound "£">
<!ENTITY yen "¥">
<!ENTITY euro "€">
]>
.
.
.
from the pages of <a href="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 :) ).
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 "©">
<!ENTITY reg "®">
<!ENTITY trade "™">
<!ENTITY mdash "—">
<!ENTITY ldquo "“">
<!ENTITY rdquo "”">
<!ENTITY pound "£">
<!ENTITY yen "¥">
<!ENTITY euro "€">
]>
.
.
.
from the pages of <a href="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 :) ).