in reply to Re^4: Going between XML and Cgi by way of DTD
in thread Going between XML and CGi by way of DTD

I take your point, but you're creating HTML based on my data -- I never said that wasn't possible! How would you create an HTML form based on the DTD?


Nobody says perl looks like line-noise any more
kids today don't know what line-noise IS ...
  • Comment on Re^5: Going between XML and Cgi by way of DTD

Replies are listed 'Best First'.
Re^6: Going between XML and Cgi by way of DTD
by pajout (Curate) on Aug 27, 2007 at 15:31 UTC
    Let we are in situation, when xml document (or its stub) is on the server and user wants to edit it. Consequently, the application can use both (current) document and (static) DTD for creating web form - in other words, the web form have to be created dynamicaly, according to current data and some validation schema.