P
Pavel
Greetings to all,
I need use different xsl stylesheet files with the same xml data. I
haven't been able to make the following xml include working under NN7:
---cut----
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="contacts.xsl"?>
<!DOCTYPE companies [
<!ENTITY contacts SYSTEM "contacts.xml">
]>
<wrapper>
&contacts;
</wrapper>
---cut----
It works in IE6.... Not that it's important ;-)
contacts.xml looks like (with no xml header):
<companies>
<company ...>
...
</company>
...
</companies>
What am I doing wrong? Or it's not supported by NN?
Any suggestions are very appreciated.
Thank you.
Pavel
I need use different xsl stylesheet files with the same xml data. I
haven't been able to make the following xml include working under NN7:
---cut----
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="contacts.xsl"?>
<!DOCTYPE companies [
<!ENTITY contacts SYSTEM "contacts.xml">
]>
<wrapper>
&contacts;
</wrapper>
---cut----
It works in IE6.... Not that it's important ;-)
contacts.xml looks like (with no xml header):
<companies>
<company ...>
...
</company>
...
</companies>
What am I doing wrong? Or it's not supported by NN?
Any suggestions are very appreciated.
Thank you.
Pavel