According to
TWiki.TWikiVariables
INCLUDE:
raw="on" When a page is included, normally TWiki will process it, doing the following: 1) Alter relative links to point back to originating host, 2) Remove some basic HTML tags (html, head, body, script) and finally 3) Remove newlines from tags spanning multiple lines. If you prefer to include exactly what is in the source of the originating page set this to on.
For an internal TWIki page, "raw" should present what I would see if I clicked Raw View for that topic. It doesn't.
See
Sandbox.RandomTestTopic26213
and
Sandbox.RandomTestTopic7740
for the test files that reproduce this.
The test code in< nop>RandomTestTopic26213
---+!! Random Test Area for Vicki Brown
%INCLUDE{"RandomTestTopic7740" section="BU1"}%
%INCLUDE{"RandomTestTopic7740" section="TO1" raw="on"}%
The test code in Sandbox.RandomTestTopic7740
%STARTSECTION{"BU1"}%
---++ BU1
Internal, News & Info, Ent, Common
%ENDSECTION{"BU1"}%
%STARTSECTION{"TO1"}%
---++ TO1
,Action Item, Red Flag, Escalation, Unscheduled
%ENDSECTION{"TO1"}%
The second include in RandomTestTopic26213 should present the raw source
---++ TO1
,Action Item, Red Flag, Escalation, Unscheduled
Instead, I see
--
VickiBrown - 14 Jul 2007
raw=on
makes no difference for "local" TWiki topics, only for url content.
I am afraid I cannot follow the train of thought here - to me it looks like TWiki is giving you what you are asking for.
You can use a <verbatim> or a <litteral> tag inside the included content if you would like to have it show up as raw text.
Marking as no action required.
--
TWiki:Main.SteffenPoulsen
- 16 Sep 2007