HREF key into XML documents
HREF key into XML documents
- Subject: HREF key into XML documents
- From: malcom <email@hidden>
- Date: Mon, 6 Mar 2006 16:00:20 +0100
Is there a way to add this line
<?xml-stylesheet type="text/xsl" href="template.xsl" ?>
aftert the first line (<?xml version="1.0" encoding="UTF-8"?>) of
NSXMLDocument's generated file (in fact at the top of XML Data)?
Something like this:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="template.xsl" ?>
<ARTICLE>
<HEADER>
...... other....
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden