|
|
Q1372 How can I use user defined tags in XML and how I can connect to them in XSL?
irt.org | Knowledge Base | XML | Q1372 [ previous next ] Q1372 How can I use user defined tags in XML and how I can connect to them in XSL?As always you need to have the tags you use defined in your DTD. If you are using somebody else's DTD, you could create you own DTD with your own user defined tags, and then have the XML page reference both DTDs. In XSL you can then reference the elements in both DTDs seamlessly. |
-- div -->
|