Tim,

Thank you for your response.  I greatly appreciate any assistance on this.

Unfortunately the data structure that we have is much more complex than a
drop down menu.  At the end of this e-mail is a partial example of one of
the kentucky core content standards.

An end user needs to be able to select (for example) "1: Government and
Civics" or "1:Government and Civics::1:Formation of Governments" or
"1:Government and Civics::1:Formation of
Governments::label="SS-05-1.1.1 Students will describe the basic purposes
of the U.S. Government as defined in the Preamble to the U.S. Constitution
(to establish justice, to ensure domestic tranquility, to provide for the
common defense, to promote the general welfare, to secure the blessings of
liberty); give examples of services the U.S. Government provides (e.g.,
armed forces, interstate highways, national parks) and analyze the
importance of these services to citizens today."

The kentuckycorecontent file has about 250 nodes and the NWEA file has
probably over 1500 (180kb file).  A drop down list would not work for this.

Currently, using these xml files, I have it dropping down with suggestions
as they type.  I just need it to prevent an ADD command unless it is
EXACTLY any of these nodes.

Hopefully this is a feature.

Thanks,
Matt


<?xml version="1.0" encoding="UTF-8"?>
<node id="kentuckycorecontent-socialstudies" label="Kentucky Core
Content">    
     <isComposedBy>
        <node id="SocialStudies" label="Social Studies">
            <isComposedBy>
                        <!-- 5th Grade Social Studies -->
                <node id="L3L1" label="Grade 5">
                                        <isComposedBy>
                                                <node id="L4L1" label="1: 
Government and Civics">
                                                        <isComposedBy>
                                                                <node id="L5L1" 
label="1: Formation of Governments">
                                                                        
<isComposedBy>
                                                                                
<node id="L6L1" label="SS-05-1.1.1      Students will describe the
basic purposes of the U.S. Government as defined in the Preamble to the
U.S. Constitution (to establish justice, to ensure domestic tranquility,
to provide for the common defense, to promote the general welfare, to
secure the blessings of liberty); give examples of services the U.S.
Government provides (e.g., armed forces, interstate highways, national
parks) and analyze the importance of these services to citizens today.">
                                                                                
</node>
                                                                                
<node id="L6L2" label="SS-05-1.1.2      Students will explain and
give examples of how democratic governments function (by making, enacting
and enforcing laws) to promote the 'common good' (e.g., public smoking
ban, speed limits, seat belt requirements).">
                                                                                
</node>
                                                                        
</isComposedBy>
                                                                </node>
                                                                <node id="L5L2" 
label="2: Constitutional Principles">
                                                                        
<isComposedBy>
                                                                                
<node id="L6L3" label="SS-05-1.2.1      Students will identify the
three branches of the U.S. Government, explain the basic duties of each
branch (executive-enforce the laws, legislative-make the laws, judicial-
interpret the laws) and identify important national/federal
offices/leaders, (President, Vice-President, Congress, House, Senate, U.S.
Senators, U.S. Representatives, U.S. Supreme Court, judges) associated
with each branch.">
                                                                                
</node>
                                                                                
<node id="L6L4" label="SS-05-1.2.2      Students will explain why the
framers of the Constitution felt it was important to establish a
government where powers are shared across different levels (local, state,
national/federal) and branches (executive, legislative, judicial).">
                                                                                
</node>
                                                                        
</isComposedBy>
                                                                </node>



On 1/27/12 11:23 AM, "Tim Donohue" <tdono...@duraspace.org> wrote:

>Hi Matt,
>
>If you just want to have a dropdown of values available, then you might
>find it easier to just configure a dropdown (and its possible values)
>via the [dspace]/config/input-forms.xml' configuration file.
>
>Documentation is available at:
>https://wiki.duraspace.org/display/DSDOC18/Submission+User+Interface#Submi
>ssionUserInterface-TheStructureofinputforms.xml
>
>As an example, you can look at how the "dc.type" field is configured as
>a "dropdown" in the 'input-forms.xml' file by default.  It's set of
>possible values is defined in that same config file, under the
>"<form-value-pairs>" section (look for the <value-pairs> with the name
>"common_types").
>
>I hope that helps!
>
>- Tim
>
>On 1/27/2012 7:14 AM, Henry, Matt - OPS District Computer Technician
>wrote:
>> Hello,
>> I work for a city school district. My objective is to implement Dspace
>> as a repository for teacher lesson plans. The meta data has been
>> modified to reflect the current standards that are in use. We have
>> created several controlled vocabularies for this purpose.
>>
>> I am currently having a difficult time allowing the end user to select a
>> standard and not be allowed to change that standard and not be allowed
>> to type in and add any value.
>>
>> I have read through the documentation over Authority Control (located
>> here:
>> 
>>https://wiki.duraspace.org/display/DSPACE/Authority+Control+of+Metadata+V
>>alues
>> 
>><https://wiki.duraspace.org/display/DSPACE/Authority+Control+of+Metadata+
>>Values>)
>> several times.
>> Currently the only selection method that works is the suggest method.
>> Lookup fails miserably and with authority control enabled it gives a
>> green thumb up icon for anything selected (even if it is manually
>>changed).
>>
>> Is this functionality currently available? We are wanting to use the
>> XMLUI webapp. Please point me in the right direction; examples are also
>> greatly appreciated.
>>
>> Thank You,
>> Matt Henry
>> District Technician
>> Owensboro Public Schools
>> Owensboro, KY
>>
>>
>> 
>>-------------------------------------------------------------------------
>>-----
>> Try before you buy = See our experts in action!
>> The most comprehensive online learning library for Microsoft developers
>> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
>> Metro Style Apps, more. Free future releases when you subscribe now!
>> http://p.sf.net/sfu/learndevnow-dev2
>>
>>
>>
>> _______________________________________________
>> DSpace-tech mailing list
>> DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>



------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to