Forum


Replies: 1   Views: 3094
Phpdocx intranet
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by telekomsimple  · 17-12-2012 - 12:18

Hello,

Yes you can use phpdocx offline. The code you have pasted, like:

$domDocument->getElementsByTagNameNS(’http://schemas.openxmlformats.org/drawingml/2006/’ .
‘wordprocessingDrawing’, ‘docPr’)

is a namespace. This has nothing to do with Internet. If you want more info I recommend you to read:

http://php.net/manual/en/language.namespaces.php

and

http://www.w3.org/TR/1999/WD-DOM-Level-2-19990719/namespaces.html

Regards.