Re: Namespaces in FXG

2013-03-18 Thread Alex Harui
Adobe tools are not under the control of Apache Flex. If those tools stop importing and exporting FXG, Apache Flex can't really do anything about it. Now some of the file formats of the popular tools are documented so anyone can write a conversion tool for those and choose any namespace to manage

Re: Namespaces in FXG

2013-03-18 Thread Sebastian Mohr
Sorry Alex, I was a little mixing the topics here. My basic concern is about loosing the FXG extension support in the Adobe design tools [1] [2], and, the interconnection to Apache Flex that is dependent on FXG for now. Knowing the internals of the other namespaces of FXG would be beneficial in ca

Re: Namespaces in FXG

2013-03-18 Thread jude
+1 on the documentation. Maybe a PDF. There are tags are being removed on the specifications page. For example, search for "broad" and in the document and you'll see this, "Elements such as , , http://sourceforge.net/adobe/flexsdk/wiki/SolidColor>> define actual content that typically appear in or

Re: Namespaces in FXG

2013-03-18 Thread Alex Harui
Maybe I don't understand what you are trying to do. I thought you knew which of a couple of namespaces you needed and would ignore the rest. When compiled into the SWF, I don't think any of the product specific namespaces matter. On 3/18/13 3:56 AM, "Sebastian Mohr" wrote: > Ok Alex, > > I'l

Re: Namespaces in FXG

2013-03-18 Thread Sebastian Mohr
Ok Alex, I'll give it a try. Is there any more documentation beside of this [1] about FXG and its supported namespaces? Is there a DTD or a XSD Schema that describes the language set? [...] xmlns:ATE="http://ns.adobe.com/ate/2009"; xmlns:ai="http://ns.adobe.com/ai/2009"; xmlns:fc="http://ns.adobe

Re: Namespaces in FXG

2013-03-17 Thread Alex Harui
I don't think you need XSLT to filter out certain namespaces. But it is up to you. On 3/17/13 2:57 AM, "Sebastian Mohr" wrote: > Thanks Alex, > > I have had a look for XSLT with AIR. Is > that the way [1] you whould propose it? > > [1] http://blogs.adobe.com/briggs/2008/05/using_air_for_xslt

Re: Namespaces in FXG

2013-03-17 Thread Sebastian Mohr
Thanks Alex, I have had a look for XSLT with AIR. Is that the way [1] you whould propose it? [1] http://blogs.adobe.com/briggs/2008/05/using_air_for_xslt_processing.html -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apache Flex? Please check out this code: http://c

Re: Namespaces in FXG

2013-03-16 Thread Alex Harui
Should be possible to write an AIR app to do that. Want to try to create it? On 3/16/13 2:56 AM, "Sebastian Mohr" wrote: > Hi, > > This sample FXG file [1] I got generated from Flash Catalyst CS5.5 > in my latest Flex mobile project. I wonder what all these namespaces > are good for and if I