hi 

i'm creating a docbook document using docbook.dsl

I would like to include a section of xml within the document.

ie.     

<?xml version="1.0" ?>
<ixSchema name="VR" description="Virtual Reality">

<ixSchemaCols>
        <ixSchemaCol name="Filename" displayName="Filename" type="file"
mandatory="false" default="" inputMask="" />
        <ixSchemaCol name="Project" displayName="Project" type="text"
size="255" mandatory="false" default="" inputMask="" /> 
        <ixSchemaCol name="Title" displayName="Title" type="text"
size="255" mandatory="false" default="" inputMask="" /> 
        <ixSchemaCol name="Type" displayName="Type" type="text"
size="255" mandatory="false" default="" inputMask="" /> 
        <ixSchemaCol name="Author" displayName="Author" type="text"
size="255" mandatory="false" default="" inputMask="" /> 
        <ixSchemaCol name="MasterID" displayName="MasterID" type="text"
size="255" mandatory="false" default="" inputMask="" /> 
</ixSchemaCols>

</ixSchema>     


i looked at using the <example><programlisting> tags but they don't seem
to work.

Can i use PCDATA for this, if so how?

cheers

alan

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]

Reply via email to