Hi,

I'm using 2.2 and want to include an xml fragment in my sitemap using
entities. The xml fragment I want to include sits inside another block.
Can I use something like blockcontext:/ to access it? E.g. something
like this:

<!DOCTYPE sitemap [
<!ENTITY resource
"{blockcontext:/CentralConfigurationBlock/shared_resources.xml}">
]>

<map:resources>
&resource;
</map:resources>

ATM, this doesn't work - it's happy that the entity is declared but it
doesn't actually find the xml file (the reason I know this is because
the xml file contains a <map:resource> and when I call that resource
from the main sitemap it says the resource cannot be found.) 

The only way I can get this to work is by hard coding an absolute path
to the xml file - which for obvious reasons is not ideal. Could catalogs
help here, possibly?

Thanks

Heather

http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.
                                        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to