in reply to Re: Writing XML file according to schema with extracted text from string length
in thread Writing XML file according to schema with extracted text from string length
Only what is not happening is that suppose the schema specifies string length of 6 for element <example> but my hash contains a 17 length text for that tag then it throws an error.
What I want is that it should extract the first 6 characters from the 17 length and write as the value for the tag.
Please help me out.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Writing XML file according to schema with extracted text from string length
by planetscape (Chancellor) on Jan 09, 2009 at 07:52 UTC | |
by VikashParijat (Initiate) on Jan 09, 2009 at 11:57 UTC |