On Sat, 07 Jun 2008, Lorenzo Fiorini wrote:
> Instead if the "if" Harbour code could be embedded in the html page as
> simple xhtml and processed at PP level, the html page would be ready
> to use after the designer has committed it.

I'm still missing what you exactly want to do in final code.
Now it looks that you want to preprocess text token, isn't it?
You are using in your code:
   #pragma __streaminclude "foo1.html" | cHtml := %s
and you want to preprocess foo1.html before you asign it to cHtml.
Am I wrong?
If I guessed well then you need sth like:
   #pragma __ppinclude "foo1.html" | cHtml := %s

But there is another question if our PP will be smart enough to
preprocess "foo1.html" in the way you want. Probably if you agree
with foo1.html author some naming convention it will be possible.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to