DOMTemplate icon indicating copy to clipboard operation
DOMTemplate copied to clipboard

A templating engine that manipulates static HTML using DOM & XPath so as to separate template and logic

Results 7 DOMTemplate issues
Sort by recently updated
recently updated
newest added

I would love to host this, but I think all credit should go to the original repo. Simply submit the repo to https://packagist.org/packages/submit and rejoice :)

A slash in the middle of a phrase messes with word-wrapping in the browser as it takes it as one giant word. I would like to add a pass to...

feature

At the moment DOMTemplate can only set data, not read it easily. In NoNonsense Forum `simplexml` is used to modify existing threads. It would be nicer if we could use...

api

The plan is to support full CSS queries for queries as these are better known, easier for web developers to use and more natural to the content being worked with....

I wanna catch, trace and log errors, and hide them from users of my website, so I've put a lil' function at the top of my bootstrap script to turn...

Some internal logging would be nice. Could be an option at instantiation, or a property that enables logging so you can trace where your XPath is going wrong.

api

There's no error handling of any kind. I need to decide carefully what should be a notice / warning / fatal as external use of DOMTemplate in a templating system...