Thanks for the pointers.

I have something simple up and running, but I am having a hard time dealing
with attributes.

For the xml below, I am trying to get the elementA attributes A and B to be
displayed after <name>. I am also trying to display the field attributes C*
and D* as cells in a table for all the fields.

Any recommendations how to do this?

Thanks,

MT
--


<?xml version="1.0" encoding="UTF-8" ?>
<myElement attrA="A" attrB="B">
 <name>a name</name>
 <title>a title</title>
 <description>description 1</description>
 <description>description 2</description>
 <field attrC="C0" attrD="D0"
  <name>name0</name>
  <title>title0</title>
  <description>description 01</description>
  <description>description 02</description>
 </field>
 <field attrC="C1" attrD="D1"
  <name>name1</name>
  <title>title1</title>
  <description>description 11</description>
  <description>description 12</description>
 </field>
 <field attrC="C2" attrD="D2"
  <name>name2</name>
  <title>title2</title>
  <description>description 21</description>
  <description>description 22</description>
 </field>
</myElement>


On Thu, Apr 26, 2012 at 2:42 AM, Hussein Shafie <[email protected]> wrote:

>  On 04/26/2012 08:55 AM, Marcel Tromp wrote:
>
>> I am trying to build a customization for a data XML schema.
>> Are there larger examples available for CSS development than the ones in
>> the xmlmind samples area?
>>
>
> The larger example you'll find is:
>
> XXE_install_dir/demo/form-**sampler.xml
>
> You'll find the corresponding XML schema and two CSS stylesheets (one
> ``automatic'' and the other ``manual'') in
>
> XXE_install_dir/demo/form-**sampler/
>
>
>
> ---
> PS: We have added a spinner control -- http://en.wikipedia.org/wiki/**
> Spinner_%28computing%29<http://en.wikipedia.org/wiki/Spinner_%28computing%29>--
>  to XXE v5.2.1, which should be released in a couple of weeks.
>
 
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to