[Flow] XSD Schema in Adobe Dreamweaver CS6

Mathis Hoffmann mathis at hoffpost.de
Tue Jun 25 20:26:21 CEST 2013


Hi Stefan,

I myself do not use Dreamweaver. But I think you need to specify the 
xmlns-Attribute. Using PHPStrom I integrated the xsd-file and specified 
a url, call it <url>. Than I wrapped all template-files into

<html xmlns:f="<url>">
  //.. your template here
</html>

and everything works fine for me.

Hope that helps you!

Cheers
Mathis

Am 25.06.2013 20:07, schrieb Stefan Thalmeier:
> Hi,
>
> generated an xsd schema (cp. 
> http://docs.typo3.org/flow/TYPO3FlowDocumentation/TheDefinitiveGuide/PartIII/Templating.html#xsd-schema-generation) 
> and imported it in Dreamweaver CS6 (Edit > Tag-Library > DTDSchema 
> Import).
>
> But the f: is missing in all the tags, instead of <f:form.button> 
> there is only <form.button> available in the tag-library,
> if i type <f: .... it will not trigger the syntax highlighting and 
> auto-completion :/
>
> Is there any additional Information necessary?
>
> Regards,
> Stefan



More information about the Flow mailing list