Re: [whatwg] Some Clarification on CML Proposal

2016-10-06 Thread Jacob Villarreal
Hey Roger,So what's the difference in retrieving an image file by means of html, from a database/folder, in contrast with retrieving an image file from a CML tag which calls it up from a database/folder?  What I thought might work, is structuring the mapping with one folder with all of it's

Re: [whatwg] Backend Implementation

2016-10-06 Thread Domenic Denicola
From: Jacob Villarreal [mailto:jv1...@yahoo.com] > I'm trying to get some information on how to implement some new > tags/attributes on the backend.  I would like to know if my only option is > the use case discussion, or if there are other resources for getting it done. Yes, we aren't

[whatwg] Backend Implementation

2016-10-06 Thread Jacob Villarreal
On your last reply:Have you read https://wiki.whatwg.org/wiki/FAQ#Is_there_a_process_for_adding_new_features_to_a_specification.3F ? In particular, it seems you've jumped straight to step 7. Can you instead start with steps 1 and 2, and describe the problems you are trying to solve? As far as

Re: [whatwg] Some Clarification on CML Proposal

2016-10-06 Thread Roger Hågensen
On 2016-10-06 14:15, MegaZone wrote: How is this any different from PHP, ASP, JSP, .Net, ColdFusion, etc? You could implement your CML on the backend and have it 'output' XML/HTML+JavaScript+CSS for delivery to user agents with compatibility with everything out there today. ... There are many

Re: [whatwg] Some Clarification on CML Proposal

2016-10-06 Thread Jacob Villarreal
Roger,You wrote:How is this any different from PHP, ASP, JSP, .Net, ColdFusion, etc?  You could implement your CML on the backend and have it 'output' XML/HTML+JavaScript+CSS for delivery to user agents with compatibility with everything out there today. In response:I've tried a little bit of

Re: [whatwg] Some Clarification on CML Proposal

2016-10-06 Thread Jacob Villarreal
Sorry, correction on the code above: or, Thanks. On Thursday, October 6, 2016 4:56 AM, Jacob Villarreal wrote: Hey Roger,So what's the difference in retrieving an image file by means of html, from a database/folder, in contrast with retrieving an image file from a

Re: [whatwg] Some Clarification on CML Proposal

2016-10-06 Thread MegaZone
On Thu, Oct 6, 2016 at 7:42 AM, Jacob Villarreal wrote: > Sorry, correction on the code above: > record:path/ticker_data.rec/+1>or, record:path/ticker_data.rec/29> > Thanks. > How is this any different from PHP, ASP, JSP, .Net, ColdFusion, etc? You could implement your CML

Re: [whatwg] Some Clarification on CML Proposal

2016-10-06 Thread Roger Hågensen
On 2016-10-06 04:42, Jacob Villarreal wrote: Roger, I thought I should send you the pdf diagram anyway. I've attached it to this email. Hope it gets through to you. Jacob That was little more than a PDF with bullet points. It certainly was not a diagram, this is a (example) of a kind of

Re: [whatwg] Some Clarification on CML Proposal

2016-10-06 Thread Roger Hågensen
On 2016-10-06 03:45, Jacob Villarreal wrote: > Hi,Thanks for responding. I don't think you have the right picture I'm pretty sure I don't have the right picture (or at least your picture). > I was actually proposing a new markup language referred to as content markup language. The hypertext

Re: [whatwg] Some Clarification on CML Proposal

2016-10-06 Thread Roger Hågensen
On 2016-10-06 04:42, Jacob Villarreal wrote: Roger, I thought I should send you the pdf diagram anyway. I've attached it to this email. Hope it gets through to you. Jacob That was little more than a PDF with bullet points. It certainly was not a diagram, this is a (example) of a kind of

Re: [whatwg] Some Clarification on CML Proposal

2016-10-06 Thread Jacob Villarreal
I think I got it straightened out.  The type scripts handle the batch file formats, being .frm/.fld/.mnu/.smn, for multi-source appliance.    The subtype scripts handle the attributes with respect to types.  The 'link' type script redirects link paths to the user agent.  So CML script updates

Re: [whatwg] Some Clarification on CML Proposal

2016-10-06 Thread Jacob Villarreal
I find it somewhat strange that we are not able to synch up on this proposal.   It's kind of funny, but there isn't much to these new tags I mentioned.   They're used like any regular html tags, like , for example, but .  So the source tag would retrieve the action_page.php file by means of the

Re: [whatwg] Backend Implementation

2016-10-06 Thread Jacob Villarreal
Hello Domenic,Thanks for responding.  I think I've discussed this too much as it is.  I didn't know it was so difficult to get anything done.  I've gotten all mixed up at this point.  I guess there are several options in getting this implemented.  By internet server script update, browser