Dnia piątek, 15 kwietnia 2011 o 16:16:57 Domizio Demichelis napisał(a): > > SCRIPT TYPE="APPLICATION/VND.ACME-HTML-TEMPLATE" RUNAT=SERVER > > > > Thank you for the answer, but I need some more info in order to understand > what you mean. > Please, could you tell me something more? >
Use SCRIPT instead of COMMENT. TYPE is registered for your application's microsyntax, or application/xml, but then you should provide a reference to the XSD. RUNAT tells the browser that this script is interpreted on server; skip this if your server strips RUNAT scripts automatically, but then you need to make sure that your TYPE is not recognized by the target browser as an executable script. Note that TYPE="TEXT/XML" will load your script into MSXML3 in Microsoft Internet Explorer which is probably not what you want because MSXML3 is badly broken. Chris -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
