R
rosik
Hallo,
I would like to filter a word document which looks like this:
This is a normal text. Here is a cited text: "
<style_cite>
The culture is the way how people do things.
</style_cite>
And here is an important number:
<style_number>
123456
</style_number>
.. Some normal text here.
This is the second paragraph and another cited text: "
<style_cite>
Time is money.
</style_cite>
Some number:
<style_number>
654321
</style_number>
.. Some "normal" text at the end.
Wanted result should look like this:
The culture is the way how people do things.<tab>123456
Time is money.<tab>654321
Is this possible?
Thans for any advice,
Jiri Rosicky
I would like to filter a word document which looks like this:
This is a normal text. Here is a cited text: "
<style_cite>
The culture is the way how people do things.
</style_cite>
And here is an important number:
<style_number>
123456
</style_number>
.. Some normal text here.
This is the second paragraph and another cited text: "
<style_cite>
Time is money.
</style_cite>
Some number:
<style_number>
654321
</style_number>
.. Some "normal" text at the end.
Wanted result should look like this:
The culture is the way how people do things.<tab>123456
Time is money.<tab>654321
Is this possible?
Thans for any advice,
Jiri Rosicky