Quote from: pixelchutes at May 17, 2007, 05:24 PM
Now the question is, how can I still use PHx but not have this unwanted side effect?
You can’t...
The fact is this: PHx hogs all the parsing. In other words, it has completely overridden the [tt]parseDocumentSource[/tt] function (as proven in the
Technical Documentation of
PHx). So even if there are NO PHx-enabled tags in the document, it is still being sent through the PHx parser.
I’ve always dreaded PHx’s way of parsing documents and didn’t put it on my own site until I absolutely could not accomplish my tasks without it. Its functionality is only being used on 2 pages of my site.
Since PHx functionality is integrated in to the 0.9.7 core, I suspect this bug will go away when the new core is released.