Re: PDFWrapper Error
Re: PDFWrapper Error
- Subject: Re: PDFWrapper Error
- From: Paul Yu <email@hidden>
- Date: Mon, 30 Jan 2012 14:26:10 -0500
The PDF Wrapper requires valid XML. Any problems will throw a SAXP exception. So your <wo:List> has to translate to real XML tags.
for example.
<table>
<wo:repetition list = "$myList" item = "$myItem>
<tr><td>
<wo:str value = "$myItem.name" />
</td></tr>
</wo:repetition>
On Monday, January 30, 2012 at 1:44 PM, James Cicenia wrote:
Are you using any bindings or such ?
I am not.
Thanks
James
Attachments:
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden