I
Ian Rutgers
If I am using an DTD in an xml file I know to declare an entity I would
enter;
<!DOCTYPE letter
[
<!ENTITY boilerplate1 = "Thank you for your letter.">
]>
How and where would I declare the entity? (Sorry for the silly
question)
Thank you,
Ian
enter;
<!DOCTYPE letter
[
<!ENTITY boilerplate1 = "Thank you for your letter.">
]>
How and where would I declare the entity? (Sorry for the silly
question)
Thank you,
Ian