This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PCDATA: include section of xml ?


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: docbook-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]