PHP Classes

Your PHPclass

Recommend this page to a friend!

      lib_word  >  All threads  >  Your PHPclass  >  (Un) Subscribe thread alerts  
Subject:Your PHPclass
Summary:XML doc
Messages:1
Author:Michael Workman
Date:2011-01-06 20:15:52
 

  1. Your PHPclass   Reply   Report abuse  
Picture of Michael Workman Michael Workman - 2011-01-06 20:15:52
I have a bunch of documents that i have put tags in or bookmarks or forms so that i could do customization. For instance:

Hello <<Person>> I see that your address is: <<address>>. Would you please confirm by [Hidden Bookmark] dropdown box

Have you considered adding a function...to read the xml for field names and store in multidimensional arrays. Then it could be presented to a user who once filling the values in...would write the new document out?

I think the parsing of the xml would be a good add to the class. :)