Subject: Copying an entire area without parsing
From: "Victor Zamouline" <desafinado@xxxxxxxx>
Date: Sun, 27 Sep 1998 05:15:11 +0200
|
Some more precision on my previous question:
I would probably like to enable syntax like:
<HTMLCOPY>
...
</HTMLCOPY>
Which would mean, just COPY the contents of this section without any
parsing, expanding, etc. For example, in the source,
<HTMLCOPY>
<P ALIGN="LEFT">Hello</P>
</HTMLCOPY>
should be expanded, in the result, into:
<P ALIGN="LEFT">Hello</P>
i.e. copying the tags without analysing them.
Does anybody have a hint on constructing such a rule for <HTMLCOPY> ?
Thanks a lot,
Victor Zamouline
desafinado@xxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|