+0

Thanks,
Marius

Thomas Mortagne wrote:
> Hi devs,
> 
> Currently when a document is saved it is rendered with a custom
> URLFactory to catch links.
> 
> IMO this is wrong because:
> - it's impossible to really support generated links since the document
> is renderer with a specific context in a specific time etc...
> - it could makes saving document real slow if the document contains
> big scripts which should not have to worry about that kind of very
> crappy rendering
> 
> I understand it was easier to do this that way for 1.0 since it was
> difficult to parse the document content to find links but the new
> rendering does not have this issue anymore. It's now very easy to get
> the XDOM and all the links it contains.
> 
> So I propose to only take the links found in XDOM before the transformation.
> 
> Here is my +1
> 
> Thanks,
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to