how to know which tags and tag attributes are valid?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

how to know which tags and tag attributes are valid?

Patrick-4
I am going through the hotwax tutorial,
http://www.hotwaxmedia.com/apache-ofbiz-blog/category/ofbiz-tutorials/,
 and I just learned that <order-by> is a sub-tag of
<entity-condition>.  I also learned that <order-by> has attribute
"field-name".  Where can I find a list of all the valid tags and
sub-tags?  Also where can I find a list of all the valid tag
attributes?  Also, I know this is a long shot, but is there anyway to
hook up OfBiz so that there is autocompletion of tags and tag
attributes?
Reply | Threaded
Open this post in threaded view
|

Re: how to know which tags and tag attributes are valid?

Scott Gray-2
Hi Patrick,

The XML documents are defined by XSDs so any decent XML editor should perform autocompletion for you automatically.

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 19/01/2010, at 12:17 PM, Patrick wrote:

> I am going through the hotwax tutorial,
> http://www.hotwaxmedia.com/apache-ofbiz-blog/category/ofbiz-tutorials/,
> and I just learned that <order-by> is a sub-tag of
> <entity-condition>.  I also learned that <order-by> has attribute
> "field-name".  Where can I find a list of all the valid tags and
> sub-tags?  Also where can I find a list of all the valid tag
> attributes?  Also, I know this is a long shot, but is there anyway to
> hook up OfBiz so that there is autocompletion of tags and tag
> attributes?


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: how to know which tags and tag attributes are valid?

Patrick-4
Hi Scott,
Can you recommend a good linux XML editor for this?   Thanks.
Patrick

On Tue, Jan 19, 2010 at 1:32 PM, Scott Gray <[hidden email]> wrote:

> Hi Patrick,
>
> The XML documents are defined by XSDs so any decent XML editor should perform autocompletion for you automatically.
>
> Regards
> Scott
>
> HotWax Media
> http://www.hotwaxmedia.com
>
> On 19/01/2010, at 12:17 PM, Patrick wrote:
>
>> I am going through the hotwax tutorial,
>> http://www.hotwaxmedia.com/apache-ofbiz-blog/category/ofbiz-tutorials/,
>> and I just learned that <order-by> is a sub-tag of
>> <entity-condition>.  I also learned that <order-by> has attribute
>> "field-name".  Where can I find a list of all the valid tags and
>> sub-tags?  Also where can I find a list of all the valid tag
>> attributes?  Also, I know this is a long shot, but is there anyway to
>> hook up OfBiz so that there is autocompletion of tags and tag
>> attributes?
>
>
Reply | Threaded
Open this post in threaded view
|

Re: how to know which tags and tag attributes are valid?

Scott Gray-2
I use Eclipse for almost everything involving OFBiz.

Regards
Scott

On 19/01/2010, at 4:58 PM, Patrick wrote:

> Hi Scott,
> Can you recommend a good linux XML editor for this?   Thanks.
> Patrick
>
> On Tue, Jan 19, 2010 at 1:32 PM, Scott Gray <[hidden email]> wrote:
>> Hi Patrick,
>>
>> The XML documents are defined by XSDs so any decent XML editor should perform autocompletion for you automatically.
>>
>> Regards
>> Scott
>>
>> HotWax Media
>> http://www.hotwaxmedia.com
>>
>> On 19/01/2010, at 12:17 PM, Patrick wrote:
>>
>>> I am going through the hotwax tutorial,
>>> http://www.hotwaxmedia.com/apache-ofbiz-blog/category/ofbiz-tutorials/,
>>> and I just learned that <order-by> is a sub-tag of
>>> <entity-condition>.  I also learned that <order-by> has attribute
>>> "field-name".  Where can I find a list of all the valid tags and
>>> sub-tags?  Also where can I find a list of all the valid tag
>>> attributes?  Also, I know this is a long shot, but is there anyway to
>>> hook up OfBiz so that there is autocompletion of tags and tag
>>> attributes?
>>
>>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: how to know which tags and tag attributes are valid?

Adrian Crum
OFBiz and Eclipse go together like peanut butter and jelly.

-Adrian

Scott Gray wrote:

> I use Eclipse for almost everything involving OFBiz.
>
> Regards
> Scott
>
> On 19/01/2010, at 4:58 PM, Patrick wrote:
>
>> Hi Scott,
>> Can you recommend a good linux XML editor for this?   Thanks.
>> Patrick
>>
>> On Tue, Jan 19, 2010 at 1:32 PM, Scott Gray <[hidden email]> wrote:
>>> Hi Patrick,
>>>
>>> The XML documents are defined by XSDs so any decent XML editor should perform autocompletion for you automatically.
>>>
>>> Regards
>>> Scott
>>>
>>> HotWax Media
>>> http://www.hotwaxmedia.com
>>>
>>> On 19/01/2010, at 12:17 PM, Patrick wrote:
>>>
>>>> I am going through the hotwax tutorial,
>>>> http://www.hotwaxmedia.com/apache-ofbiz-blog/category/ofbiz-tutorials/,
>>>> and I just learned that <order-by> is a sub-tag of
>>>> <entity-condition>.  I also learned that <order-by> has attribute
>>>> "field-name".  Where can I find a list of all the valid tags and
>>>> sub-tags?  Also where can I find a list of all the valid tag
>>>> attributes?  Also, I know this is a long shot, but is there anyway to
>>>> hook up OfBiz so that there is autocompletion of tags and tag
>>>> attributes?
>>>
>
Reply | Threaded
Open this post in threaded view
|

Re: how to know which tags and tag attributes are valid?

Patrick-4
In reply to this post by Scott Gray-2
Hi Scott,
Can you explain a little bit how to associate a XML file with an XSD
file?  I think I have all the relevant WTP XML utilities and editors
installed.  I'd really appreciate it.  Thanks.
Patrick

On Tue, Jan 19, 2010 at 6:01 PM, Scott Gray <[hidden email]> wrote:

> I use Eclipse for almost everything involving OFBiz.
>
> Regards
> Scott
>
> On 19/01/2010, at 4:58 PM, Patrick wrote:
>
>> Hi Scott,
>> Can you recommend a good linux XML editor for this?   Thanks.
>> Patrick
>>
>> On Tue, Jan 19, 2010 at 1:32 PM, Scott Gray <[hidden email]> wrote:
>>> Hi Patrick,
>>>
>>> The XML documents are defined by XSDs so any decent XML editor should perform autocompletion for you automatically.
>>>
>>> Regards
>>> Scott
>>>
>>> HotWax Media
>>> http://www.hotwaxmedia.com
>>>
>>> On 19/01/2010, at 12:17 PM, Patrick wrote:
>>>
>>>> I am going through the hotwax tutorial,
>>>> http://www.hotwaxmedia.com/apache-ofbiz-blog/category/ofbiz-tutorials/,
>>>> and I just learned that <order-by> is a sub-tag of
>>>> <entity-condition>.  I also learned that <order-by> has attribute
>>>> "field-name".  Where can I find a list of all the valid tags and
>>>> sub-tags?  Also where can I find a list of all the valid tag
>>>> attributes?  Also, I know this is a long shot, but is there anyway to
>>>> hook up OfBiz so that there is autocompletion of tags and tag
>>>> attributes?
>>>
>>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: how to know which tags and tag attributes are valid?

Scott Gray-2
The association is already there in the xml files, see the xsi:noNamespaceSchemaLocation attribute in the root tag.  Eclipse should autocomplete without any further action on your part I think (it's been a long time since I had to setup Eclipse from scratch).

Regards
Scott

On 19/01/2010, at 5:30 PM, Patrick wrote:

> Hi Scott,
> Can you explain a little bit how to associate a XML file with an XSD
> file?  I think I have all the relevant WTP XML utilities and editors
> installed.  I'd really appreciate it.  Thanks.
> Patrick
>
> On Tue, Jan 19, 2010 at 6:01 PM, Scott Gray <[hidden email]> wrote:
>> I use Eclipse for almost everything involving OFBiz.
>>
>> Regards
>> Scott
>>
>> On 19/01/2010, at 4:58 PM, Patrick wrote:
>>
>>> Hi Scott,
>>> Can you recommend a good linux XML editor for this?   Thanks.
>>> Patrick
>>>
>>> On Tue, Jan 19, 2010 at 1:32 PM, Scott Gray <[hidden email]> wrote:
>>>> Hi Patrick,
>>>>
>>>> The XML documents are defined by XSDs so any decent XML editor should perform autocompletion for you automatically.
>>>>
>>>> Regards
>>>> Scott
>>>>
>>>> HotWax Media
>>>> http://www.hotwaxmedia.com
>>>>
>>>> On 19/01/2010, at 12:17 PM, Patrick wrote:
>>>>
>>>>> I am going through the hotwax tutorial,
>>>>> http://www.hotwaxmedia.com/apache-ofbiz-blog/category/ofbiz-tutorials/,
>>>>> and I just learned that <order-by> is a sub-tag of
>>>>> <entity-condition>.  I also learned that <order-by> has attribute
>>>>> "field-name".  Where can I find a list of all the valid tags and
>>>>> sub-tags?  Also where can I find a list of all the valid tag
>>>>> attributes?  Also, I know this is a long shot, but is there anyway to
>>>>> hook up OfBiz so that there is autocompletion of tags and tag
>>>>> attributes?
>>>>
>>>>
>>
>>


smime.p7s (3K) Download Attachment