On Wednesday, February 12, 2003, at 09:01 PM, [EMAIL PROTECTED] wrote:


I'm not sure that this will solve my problem with "write-source". Nothing
is getting written to my file and I get the following message on the
browser "the src attribute could not be resolved and failed to cancel".

I appreciate the tip, I'll run the response though another stylesheet and
display that to the user. Um, maybe "the src attribute could not be
resolved and failed to cancel" is my response from the
SourceWritingTransformer.
indeed it is

Does that response from SourceWritingTransformer make any sense to you?
It is saying primarily that it could not resolve the 'src'. ie. it could not work out from the source path you gave it, where to write. I cannot remember what the 'failed to cancel' bit means.

Be very careful what whitespace appears in your usage of SWT, particularly in the source:fragment tag.

Look at the example stylesheet 'cocoon/samples/editor/stylesheets/editor2writer.xsl', notice how no whitespace is added to either source:source or source:fragment, notice how your stylesheet does have whitespace in these tags. This may be a cause of problems.

regards Jeremy


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

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



Reply via email to